-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingest no audio stream (HLS trouble) #409
Comments
HLS does not support video only. |
Maybe SRS should support this. |
Use SRS ingest to drop audio and output HLS:
Get the info of HLS:
There is no audio stream, but the HLS indicates the audio codec is AAC. |
This because the SRS never know the codec of video and audio when write the ts PAT/PMT info.
So, we change the config of SRS to:
And the info of SRS:
And it's test ok on:
|
Hi. I use SRS 2.
When i catch my camera stream with no audio, on output from ingest i getting stream with audo "undf" codec and results HLS on mobile platforms doesnt work.
ffmoeg info HLS .ts file:
[NULL @ 0x237f1e0] start time for stream 0 is not set in estimate_timings_from_pts
[mpegts @ 0x237b420] Could not find codec parameters for stream 0 (Audio: aac ([15][0][0][0] / 0x000F), 0 channels, fltp): unspecified sample rate
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Example of hls stream: http://cam.utl.ru/22/hls/live.m3u8
The text was updated successfully, but these errors were encountered: