Skip to content

A simple example of using webrtc to stream video from server (PYTHON) to client browser (JS).

Notifications You must be signed in to change notification settings

ajaichemmanam/video_stream_webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video_stream_webrtc

A simple example of using webrtc to stream video from server (PYTHON) to client browser (JS).

Tested with .mp4 and .ts files

Notes (Optional)

Use the following to convert .mp4 to .ts:

ffmpeg -i abc.mp4 -c:v libx264 -c:a aac -b:a 160k -bsf:v h264_mp4toannexb -f mpegts -crf 32 pqr.ts

No need of conversion to try out the example. Added just in case.

About

A simple example of using webrtc to stream video from server (PYTHON) to client browser (JS).

Topics

Resources

Stars

Watchers

Forks