-
Notifications
You must be signed in to change notification settings - Fork 516
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
LL-DASH stream not working with UDP input #1104
Labels
type: enhancement
New feature or request
Milestone
Comments
I have the same problem with segment numbers (shaka starts from 1, while browser start asking i+1800)
|
I'm having this problem too, I will try to review the code and check if Shaka on low latency generate the |
I tried using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System info
Operating System: Centos 7
Shaka Packager Version: v2.6.1-634af65-release
Issue and steps to reproduce the problem
Packager Command:
/opt/packager-linux-x64
'in=udp://127.0.0.1:1234,stream=audio,init_segment=http://127.0.0.1:6767/upload/audio_init.mp4,segment_template=http://127.0.0.1:6767/upload/audio_$Number$.m4s'
'in=udp://127.0.0.1:1234,stream=video,init_segment=http://127.0.0.1:6767/upload/h264_360p_init.mp4,segment_template=http://127.0.0.1:6767/upload/h264_360p_$Number$.m4s'
--utc_timings "urn:mpeg:dash:utc:http-iso:2014"="https://time.akamai.com/?iso"
--segment_duration 2
--low_latency_dash_mode=true
--strip_parameter_set_nalus=false
--mpd_output http://127.0.0.1:6767/upload/manifest_shaka.mpd
Extra steps to reproduce the problem?
Test Dash stream in shaka player
What is the expected result?
Working stream
What happens instead?
When using encoder which started earlier and using UDP as input Shaka packager starts numbering segments from 1 while player requests segments in relation with availabilityStartTime.
Player used: Shaka player v4.2.1
Files on disk:
Console output from shaka player:
Manifest:
manifest_shaka (9).zip
Am I missing something?
The text was updated successfully, but these errors were encountered: