Skip to content
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

Getting Warning Provisional Headers are shown while playing the playback url #7685

Closed
imdsp opened this issue Nov 27, 2024 · 0 comments
Closed
Labels
type: question A question from the community

Comments

@imdsp
Copy link

imdsp commented Nov 27, 2024

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.

@imdsp imdsp added the type: question A question from the community label Nov 27, 2024
@imdsp imdsp closed this as completed Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question A question from the community
Projects
None yet
Development

No branches or pull requests

1 participant