Streaming from flash media servers (RTMP)
Nuevo Player is able to stream through RTMP(Real- Time Messaging Protocol).
This require small modification to PLAYLIST XML file (nuevo/playlist.php, nuevo/eplalist.php).
For main movie in playlist XML you have item <file>full url to movie file</file>
In case of rtmp protocol, you should change it to:
<rtmp>rtmp movies server url</rtmp>
<file>movie filename (without folder path)</file>
Let's take playlist.php: I search for "<file>" - but no such string is found.
What does it mean:
For main movie in playlist XML you have item <file>full url to movie file</file>
There are 257 lines in playlist.php. Where EXACTLY is the main movie <file>?
Please help!