How to publish and view hls stream..?? #3477
Replies: 3 comments 1 reply
-
Does http://127.0.0.1:8888/yourpathname work as the destination? The same URL should be viewable in the browser too. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have same question. here is part of config file
publish on but i expect that hls url: is my config correct? if not then how to transcode the incomming stream to hls with h264 codecs ? Thank you |
Beta Was this translation helpful? Give feedback.
-
Hello, we don't support publishing streams through HLS. Use another protocol, for instance RTSP:
Once the stream is inside the server, you will be able to read it with HLS:
|
Beta Was this translation helpful? Give feedback.
-
Question
-- index.m3u8, file_001.ts file_002.ts file_003.ts ....
What is the command line to publish hls stream and view it in browser..?
ffmpeg -i "index.m3u8" -c:v copy -f hls -hls_time 10 -hls_flags delete_segments http://127.0.0.1:8888/live/stream.m3u8
Is the above command line syntax correct?
It seems like something is going on, but I can't check it in the browser.
“stream not found, retrying in some seconds."
You can only see the message above.
Beta Was this translation helpful? Give feedback.
All reactions