You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running this command in /var/www/html/Shakha/
the master and chunk are getting generated
But while trying to play this same master.m3u8 over web browser it's 200 ok for master.m3u8
and Provisional Headers are shown warning for audio.m3u8 and h264_1080p.m3u8
i have tried to changed the nginx web server config to no cache.
can you please address my mistakes.
The text was updated successfully, but these errors were encountered:
I have installed the shakha packager in ubuntu 20.04 and trying to package udp live input to hls with below command
packager 'in=udp://239.255.1.1:1234?interface=10.160.0.5,stream=video,init_segment=h264_1080p_init.mp4,segment_template=h264_1080p_$Number$.m4s,playlist_name=h264_1080p.m3u8' 'in=udp://239.255.1.1:1234?interface=10.160.0.5,stream=audio,init_segment=audio_init.mp4,segment_template=audio_$Number$.m4s,playlist_name=audio.m3u8' --hls_master_playlist_output /home/ubuntu/output/1/h264_master.m3u8 --minloglevel 0 --hls_playlist_type LIVE --hls_base_url http://localhost/hls/ --segment_duration 4 --time_shift_buffer_depth 120
After running this command in /var/www/html/Shakha/
the master and chunk are getting generated
But while trying to play this same master.m3u8 over web browser it's 200 ok for master.m3u8
and Provisional Headers are shown warning for audio.m3u8 and h264_1080p.m3u8
i have tried to changed the nginx web server config to no cache.
can you please address my mistakes.
The text was updated successfully, but these errors were encountered: