[vlc-devel] About DASH via VLC 3.0.0
Francois Cartegnie
fcvlcdev at free.fr
Tue Dec 22 23:42:37 CET 2015
Le 11/12/2015 14:25, Kemal Emrecan Şahin a écrit :
>
> Is there anyway to fix my problems so that I can properly stream this file by using DASH?
>
After investigation,
All provided bytes ranges *from the MPD* are incorrect.
You can pick any range for declared streams, and that will end with an
offset.
curl -r 864-10231
http://www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/ElephantsDream/ed_2s/ed_2sec_50kbit/ed_1080p24_50kbit_dashNonSeg.mp4
curl -r 204738-215507
http://www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/ElephantsDream/ed_2s/ed_2sec_50kbit/ed_1080p24_50kbit_dashNonSeg.mp4
As long as you read from the same stream, the demuxer can cope with it,
because data will be contiguous.
On switch, demuxer lands on wrong atom offset and breaks.
Francois
More information about the vlc-devel
mailing list