[Question]: Serving MPEG-DASH Stream and Building a Frontend App for Real-Time Streaming #424
Open
4 tasks done
Labels
COMMUNITY HELP REQ 🆘
Community Help Needed for this Issue/PR
QUESTION ❓
User asked about the working/usage of VidGear APIs.
Issue guidelines
Issue Checklist
Describe your Question
I'm using VidGear to generate an MPEG-DASH stream and save it to a local file. I've successfully created the dash_out.mpd file and chunks, but I'm unsure how to serve this stream and build a frontend app to stream it in real-time.
Here's my Python code for generating the stream:
I've also created a sample index.html file using Dash.js to play the stream:
However, I'm not sure how to serve the stream and make it accessible to the frontend app. I've tried using http.server to serve the files, but I'm not sure if this is the correct approach.
Can someone please guide me on how to serve the MPEG-DASH stream and build a frontend app to stream it in real-time? I'm new to MPEG-DASH streaming, and any help would be greatly appreciated.
Expected Answer:
I'm looking for guidance on how to serve the MPEG-DASH stream and build a frontend app to stream it in real-time. Specifically, I'd like to know:
How to serve the dash_out.mpd file and chunks using a web server (e.g., http.server, Nginx, Apache).
How to configure the frontend app to access the stream and play it in real-time.
Any additional considerations or best practices for building a real-time streaming app using MPEG-DASH.
Terminal log output(Optional)
No response
Python Code(Optional)
No response
VidGear Version
0.3.3
Python version
3.8
Operating System version
windows
Any other Relevant Information?
No response
The text was updated successfully, but these errors were encountered: