Hey everyone -- I'm also having problems with streaming video using Ubuntu. My system specs are: Dell PC w/ 2.4ghz dual core, running Ubuntu 8.10, using hardwired ethernet connection through a linksys router for both the PS3 and the PC.
FFMpeg, VLC and Mplayer are all installed, and don't seem to have had any real problems in the past. Also, I HAVE been able to play some of the streaming audio stations (dont remember which ones), but I dont know if that matter or not.
Here's some of the debug.log:
-------------------------------------------------------------------------------------------------------------------------------------------
[Thread-368] DEBUG 18:32:50.347 Opened handler on socket Socket[addr=/10.0.0.103,port=50989,localport=5001]
[Thread-368] DEBUG 18:32:50.347 Received on socket: GET /get/0$2$8$0$8/TEDTalks+%3A+Earth%27s+mass+extinctions+-+Peter+Ward+%282008%29 HTTP/1.1
[Thread-368] DEBUG 18:32:50.347 Received on socket: Host: 10.0.0.101:5001
[Thread-368] DEBUG 18:32:50.347 Received on socket: User-Agent: PLAYSTATION 3
[Thread-368] DEBUG 18:32:50.357 Received on socket: Connection: Keep-Alive
[Thread-368] DEBUG 18:32:50.357 Received on socket: Accept-Encoding: identity
[Thread-368] DEBUG 18:32:50.357 Received on socket: transferMode.dlna.org: Streaming
[Thread-368] DEBUG 18:32:50.357 Received on socket: Range: bytes=0-
[Thread-368] INFO 18:32:50.357 HTTP: get/0$2$8$0$8/TEDTalks+%3A+Earth%27s+mass+extinctions+-+Peter+Ward+%282008%29 / 0-100000000000
[Thread-368] DEBUG 18:32:50.357 Wrote on socket: HTTP/1.1 206 Partial Content
[Thread-368] DEBUG 18:32:50.357 Searching for objectId: 0$2$8$0$8 with children option: false
[Thread-368] DEBUG 18:32:50.358 Asked stream chunk [0-100000000000] timeseek: -1.0 of TEDTalks : Earth's mass extinctions - Peter Ward (2008) and player VideoLan Video Streaming
[Thread-368] TRACE 18:32:50.358 Starting transcode/remux of TEDTalks : Earth's mass extinctions - Peter Ward (2008)
[mkfifo] INFO 18:32:50.358 Starting mkfifo --mode=777 /tmp/javaps3media/VLC1234135970358
[vlc] INFO 18:32:50.509 Starting vlc -I dummy
http://video.ted.com/talks/podcast/PeterWard_2008.mp4 --sout #transcode{vcodec=mp2v,vb=4096,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="/tmp/javaps3media/VLC1234135970358"}}
[vlc] INFO 18:32:50.513 Reading pipe: /tmp/javaps3media/VLC1234135970358
[vlc] DEBUG 18:32:50.514 Opening file /tmp/javaps3media/VLC1234135970358 for reading...
[vlc] INFO 18:32:50.859 Attaching thread: vlc
[Timer-4] DEBUG 18:32:50.859 Buffered Space: 0 bytes
[Thread-371] DEBUG 18:32:50.859 VLC media player 0.8.6e Janus
[Thread-371] DEBUG 18:32:50.859 [00000290] dummy interface: using the dummy interface module...
[Thread-371] DEBUG 18:32:51.529 [00000344] ffmpeg encoder error: cannot find encoder MPEG Audio layer 1/2/3
[Thread-371] DEBUG 18:32:51.529 [00000302] stream_out_transcode private error: cannot find encoder ((null))
[Thread-371] DEBUG 18:32:51.529 [00000302] stream_out_transcode private error: cannot create audio chain
[Thread-371] DEBUG 18:32:51.529 [00000318] main packetizer error: cannot create packetizer output (mp4a)
[Timer-4] DEBUG 18:32:51.859 Buffered Space: 385024 bytes
[Timer-4] DEBUG 18:32:52.859 Buffered Space: 2368988 bytes
[Timer-4] DEBUG 18:32:53.859 Buffered Space: 3877688 bytes
-------------------------------------------------------------------------------------------------------------------------------------------
So, it looks like i've got some problems with FFMpeg and/or VLC, or something. From what I can gather, I dont think that FFMpeg was compiled with all of the appropriate options installed. Does anyone know how I can fix it? I'm sure that I just installed it from a .Deb or via apt-get, but I could configure/make it myself. Does anyone know what options to use with configure?
...BTW, someone somewhere was trying to play videos from the TED Talks; I used the following line in my web.conf and it worked great for me, except for the audio not working:
#
videofeed.Web,TED=http://www.ted.com/talks/rss
#