[Server] GStreamer ---> HTML [Client]
- gstreamer-1.x
- Browser which supports video tag of HTML5
sduo apt-get install gstreamer1.0
- Please set a webcam to the your pc.
- Open
index.html
by the browser. - Run
streaming-XXXXX.sh
by the terminal. - You will can watch video which captured by webcam !!
Hi,
Thanks for the quick reply.
I have tried to change like below and getting black screen in the video player.,
gst-launch-1.0 videotestsrc is-live=true ! x264enc ! mpegtsmux ! hlssink max-files=5 playlist-root=http://127.0.0.1:5000 location=C:\Users\suresh\hlssink playlist-location=C:\Users\suresh\hlssink
BR/Suresh