2012-10-29, 18:08
Hi everyone,
I have this xml file consisting of rtmp links and is trying to adjust them a bit.
What I would like to do is to start the streams not from the begining but instead some minutes later.
My Stream file looks like this:
<item>
<title>Mystream</title>
<link>rtmp:// swfUrl=player.swf playpath= pageUrl= live=1</link>
<thumbnail></thumbnail>
</item>
I read somewhere that this was a allowed parameter:
start integer
So I added start=120000 thinking it should start two minutes in the stream however it just keep starting from the begining.
<link>rtmp:// swfUrl=player.swf playpath= pageUrl= live=1 start=120000</link>
Am I doing something wrong or is this not possible to do?
I'm using LiveTV for playing the xml if that matters. Sorry if this should be in the support forum but I figured this was of a more general nature then related to a certain add-on.
Thank you
/Johan
I have this xml file consisting of rtmp links and is trying to adjust them a bit.
What I would like to do is to start the streams not from the begining but instead some minutes later.
My Stream file looks like this:
<item>
<title>Mystream</title>
<link>rtmp:// swfUrl=player.swf playpath= pageUrl= live=1</link>
<thumbnail></thumbnail>
</item>
I read somewhere that this was a allowed parameter:
start integer
Stream start position in milliseconds
So I added start=120000 thinking it should start two minutes in the stream however it just keep starting from the begining.
<link>rtmp:// swfUrl=player.swf playpath= pageUrl= live=1 start=120000</link>
Am I doing something wrong or is this not possible to do?
I'm using LiveTV for playing the xml if that matters. Sorry if this should be in the support forum but I figured this was of a more general nature then related to a certain add-on.
Thank you
/Johan