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

Can i dump manifest file (mpd and m3u8) to the two different paths? #1470

Open
Prathik9 opened this issue Dec 30, 2024 · 0 comments
Open

Can i dump manifest file (mpd and m3u8) to the two different paths? #1470

Prathik9 opened this issue Dec 30, 2024 · 0 comments

Comments

@Prathik9
Copy link

packager ^
input="output.mp4,stream=video,init_segment=D://pvp/DVR_test/144p/video_init.mp4,segment_template=D://pvp/DVR_test/144p/video_$Number$.m4s,playlist_name=D://pvp/DVR_test/144p/144p.m3u8" ^
input="output.mp4,stream=video,init_segment=D://pvp/DVR_test_lite/144p/video_init.mp4,segment_template=D://pvp/DVR_test_lite/144p/video_$Number$.m4s,playlist_name=D://pvp/DVR_test_lite/144p/144p.m3u8" ^
input="output.mp4,stream=audio,init_segment=D://pvp/DVR_test/audio/audio_init.mp4,segment_template=D://pvp/DVR_test/audio/audio_$Number$.m4s,playlist_name=D://pvp/DVR_test/audio/144p.m3u8,language=kan" ^
input="output.mp4,stream=audio,init_segment=D://pvp/DVR_test_lite/audio/audio_init.mp4,segment_template=D://pvp/DVR_test_lite/audio/audio_$Number$.m4s,playlist_name=D://pvp/DVR_test_lite/audio/144p.m3u8,language=kan" ^
--segment_duration=6 ^
--generate_static_live_mpd ^
--hls_playlist_type=VOD ^
--mpd_output=D://pvp/DVR_test/master.mpd ^
--mpd_output=D://pvp/DVR_test_lite/master.mpd ^
--hls_master_playlist_output=D://pvp/DVR_test/master.m3u8 ^
--hls_master_playlist_output=D://pvp/DVR_test_lite/master.m3u8 ^
--v=2

The above command is creating segments in the the two different location but the m3u8 and mpd are only creating at the one of the location why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant