We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using 3.4.0 and 3.4.2 on Linux and MacOS:
packager-osx-arm64 "in=/tmp/colima/transcode-9fd806c6-1065-49ed-96f5-260658b089b9/audio_00_lang=_name=_default=false.mp4,stream=audio,output=/Users/nick/Temp/mpd/audio/stream-0/stream-0.mp4,dash_label=stream-0,dash_roles=main" "in=/tmp/colima/transcode-9fd806c6-1065-49ed-96f5-260658b089b9/video_resolution=1080p_bitRate=1000kbps_range=sdr.mp4,stream=video,output=/Users/nick/Temp/mpd/video/video.mp4" --segment_duration 4 --fragment_duration 4 --generate_static_live_mpd --mpd_output /Users/nick/Temp/mpd/manifest.mpd
I believe this is a correct invocation but it produces an MPD file which contains:
<BaseURL>audio%2Fstream-0%2Fstream-0.mp4</BaseURL>
and:
<BaseURL>video%2Fvideo.mp4</BaseURL>
I believe these should actually be:
<BaseURL>audio/stream-0/stream-0.mp4</BaseURL>
<BaseURL>video/video.mp4</BaseURL>
This used to work as I expect in 2.6.1.
Has something changed with needing to specify --base_urls arguments now which would give me a better result?
--base_urls
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using 3.4.0 and 3.4.2 on Linux and MacOS:
packager-osx-arm64 "in=/tmp/colima/transcode-9fd806c6-1065-49ed-96f5-260658b089b9/audio_00_lang=_name=_default=false.mp4,stream=audio,output=/Users/nick/Temp/mpd/audio/stream-0/stream-0.mp4,dash_label=stream-0,dash_roles=main" "in=/tmp/colima/transcode-9fd806c6-1065-49ed-96f5-260658b089b9/video_resolution=1080p_bitRate=1000kbps_range=sdr.mp4,stream=video,output=/Users/nick/Temp/mpd/video/video.mp4" --segment_duration 4 --fragment_duration 4 --generate_static_live_mpd --mpd_output /Users/nick/Temp/mpd/manifest.mpd
I believe this is a correct invocation but it produces an MPD file which contains:
<BaseURL>audio%2Fstream-0%2Fstream-0.mp4</BaseURL>
and:
<BaseURL>video%2Fvideo.mp4</BaseURL>
I believe these should actually be:
<BaseURL>audio/stream-0/stream-0.mp4</BaseURL>
and:
<BaseURL>video/video.mp4</BaseURL>
This used to work as I expect in 2.6.1.
Has something changed with needing to specify
--base_urls
arguments now which would give me a better result?The text was updated successfully, but these errors were encountered: