VOD Streaming question ( chapter logic )
Posted: 05 Nov 2010 22:23
hi guys,
i will try to keep it short
i just wanna share some "privat" movies( dvd, divx,etc.) on my homepage
therefore i create html ...
create stream8499.asx ...
and streaming is working but i am not able to jump through the video ... so i have checked it on a VOD site and there it works
what i found in that sources are things like mms or SAMI
for example the asx looks like this:
mms://url/movie.wmv?SAMI=url/sami_file/34333.smi
ok, i searched for mms - start vlc with params access=mmsh and change asx to something like mms:// xxxx
streaming itself works but no jumping is possible
i checked the SAMI file of the VOD plattform i mentioned above and it contains of many
<SYNC start="1xxxx">
i created a local SAMI file as well and same again - i am not able to go back and forth in a movie, only PLAY/PAUSE
can you give me just an input what else i should try !?!
or am i on the wrong way with mms because i found according to my requirements things like RTSP ... http://wiki.videolan.org/RTSP
at the moment i have no clue how to proceed - thanks
kind regards
chris
i will try to keep it short
i just wanna share some "privat" movies( dvd, divx,etc.) on my homepage
therefore i create html ...
Code: Select all
<embed src="stream8499.asx">
Code: Select all
REF HREF="http://192.168.1.35:8499" />
what i found in that sources are things like mms or SAMI
for example the asx looks like this:
mms://url/movie.wmv?SAMI=url/sami_file/34333.smi
ok, i searched for mms - start vlc with params access=mmsh and change asx to something like mms:// xxxx
streaming itself works but no jumping is possible
i checked the SAMI file of the VOD plattform i mentioned above and it contains of many
<SYNC start="1xxxx">
i created a local SAMI file as well and same again - i am not able to go back and forth in a movie, only PLAY/PAUSE
can you give me just an input what else i should try !?!
or am i on the wrong way with mms because i found according to my requirements things like RTSP ... http://wiki.videolan.org/RTSP
at the moment i have no clue how to proceed - thanks
kind regards
chris