Using PS3 Media server v. 1.20.409 (its a beta) with pmsencoder plugin as the web encoding engine
*NOTE: Leave veetle running in the browser window throughout this entire process. Once it starts running on the ps3, it'll stop running in the browser window, DO NOT CLOSE THE BROWSER WINDOW
1. Ping veetle.com and get their IP (for windows machines run cmd.exe and simply type 'ping veetle.com'), record the IP address that shows up. Call it the 'Veetle IP'. In my case it was 77.67.109.221
2. Find the veetle channel you want to watch click on it...it should start streaming and the URL of the page will be as follows:
http: //veetle.com/index.php/channel/view#4b8e3c391e48b ... take the part after the '#' sign and call it the 'Channel Code'..in this case it would be 4b8e3c391e48b
3. Download a tcp/ip port monitor, I use tcpview...check out this cap off of a different forum:

forget the localhost part, and record the port number, in this case 54012. Call it the veetle port.
4. Put the following together:
- Code: Select all
http://[your local network IP]:[veetle port]/[veetle IP],[Channel Code]
e.g. in my case: http://192.168.1.2:54012/77.67.109.221,4b8e3c391e48b
5. Create a .rss file containing the following (note: this is a simple text file with the .rss extension)
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Veetle</title>
<link>http://192.168.11.3:57990/77.67.109.221,4b8e3c391e48b</link>
<description>VEETLE</description>
<language>en-us</language>
<generator>mo</generator>
<ttl>1</ttl>
<item>
<title>Veetle</title>
<link>http://192.168.11.3:49791/77.67.109.221,4c65dde07279c</link>
<description>Veetle video</description>
<enclosure url="http://192.168.11.3:49791/77.67.109.221,4c65dde07279c" />
</item>
</channel>
</rss>
Note: I borrowed this rss format off of somewhere else in this forum..replace my http://.. with your relevant URL
6. Go to your WEB.conf file and add the following line under videofeed
- Code: Select all
videofeed.Web,Veetle=file:///C:/Program Files (x86)/PS3 Media Server/Mo.rss
Where 'C:/Program Files (x86)/PS3 Media Server/Mo.rss' should represent the path to your rss file
7. go to your ps3 and watch the stream via the 'Web' folder
NOW for the help part
the stream plays great for about 2 mins then just stops...I believe this might be a buffering issue...I increased my buffer size to 600...still same problem...could chocolateboy maybe take a look at this issue?
I hope this pleases at least one other person
