Hello every one,
Can some one help me with editing the xml playlist for nStreamPlayer and NetPlayer please?
I have used notepad++ to edit the nStream.xml file in nStreaPlayer and inserted this (rtsp://homepc3.redirectme.net:1934/rtplive/zt.stream) which is taken from one of the links above and was able to listen to audio and video.
However I have taken another url whic is a rtmt one but it is on constant buffering state.
Here is the exact xml sytax I used:
Code: Select all
<channel>
<title>Zee TV</title>
<stream_url>rtsp://homepc3.redirectme.net:1934/rtplive/zt.stream</stream_url>
<logo_30x30>http://www.lyngsat-logo.com/hires/zz/zee_tv.png</logo_30x30>
<category_id>3</category_id>
</channel>
But here :
Code: Select all
<channel>
<title>A Plus</title>
<stream_url><![CDATA[rtmp://178.86.20.88/aplus playpath=aplus swfUrl=http://www.eboundservices.com/live/player.swf?referrerUri=http://www.eboundservices.com:8888/users/aplus/aplus_iframe.html pageUrl=http://www.eboundservices.com:8888/iframe/iframe.php?app=aplus&stream=aplus&screen=true]]></stream_url>
<thumbnail>http://www.a-plus.tv/aplusvid/LogoWatermark.png</thumbnail>
<category_id>1</category_id>
</channel>
This one is on a never ending state of buffering
Update:
Based on information from this site:(
http://www.sat-universe.com/archive/ind ... 28369.html) I have changed
playpath to
&y and
swfUrl to
&w and
pageUrl to
&p still not working.
Can some one help please
Regards