GithubHelp home page GithubHelp logo

audio_issues's Introduction

Django audio does not work

Django Files

  • main/views.py
  • main/templates/audio_test.html

Flask Files

  • app.py
  • templates/index.html

Run Flask

cd audio_issues

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

cd audio_test

flask run

access url - http://127.0.0.1:5000/

Run Django

cd audio_issues

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

cd audio_test

python manage.py runserver

access url - http://127.0.0.1:8000/

audio_issues's People

Contributors

0xtane avatar yuong1979 avatar

Watchers

 avatar

Forkers

ma3str0o0 0xtane

audio_issues's Issues

Audio seeking doesn't work on Django, but works well on Flask. Why?

Hello, @yuong1979
How are you?
image

I had a look at your job description carefully. So I'd love to help you.
To solve your issues, I did a simple test.
At first, please run two service by django & flask. You know, two are listening on 8000 & 5000. Right?
And then, on two pages on chrome, please try to view source code ( you can see on the list when you right click your mouse ).
Then, you can make 2 html files based on two sources above.
After making, you can open in chrome.
Maybe, you can see two pages are working well with seek controls.
Why did this happen?
If you don't mind, I am open to discuss this problem.
Please feel free to Contact me. info: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.