View Full Version : need video streaming help
atheist
12-01-2006, 08:08 AM
hello,
i'm trying to play the videos at the following sites, but i always get the error "video format not supported" or "video resolution not supported." is there any thing I can do to fix this? all three sites use real player.
http://www.heute.de/ZDFmediathek/inhalt/8/0,4070,1200168-1,00.html
http://www.tagesschau.de/
http://www.dw-world.de/dw/0,2142,4753,00.html
i'm running OS 2006.
thanks,
steve
atheist
12-05-2006, 10:46 PM
doesn't anyone do live video streaming? is it not possible with the 770?
Milhouse
12-05-2006, 11:53 PM
http://maemo.org/maemowiki/VideoEncoding - pay attention to the limitations of the built in video player. It's very fussy about formats.
Real Player video support is discussed here (http://maemo.org/maemowiki/RealVideoStreams).
Consider mplayer (https://garage.maemo.org/projects/mplayer) which offers improved codec support and higher resolutions (400x240)
atheist
12-06-2006, 07:10 AM
thanks for the reply; i will check it out today and report my findings soon. these forums are great!
-steve
Demostenes
12-06-2006, 10:11 AM
I am using at the moment VLC for Windows as streamming server and mplayer in the 770 as client.
With the following configurations I've been able to see as much files of video (MPEG, divx, etc), dvd's and live television through a tuning card (Pinnacle Miro PCTV).
In the 770:
The command line (xterminal in the 770) for mplayer is the following one:
mplayer -cache 8192 -x 800 -y 480 http://192.168.1.5:8080
Replace the direction and port 192.168.1.5: 8080 by yours.
In the streamming server side (in my case a PC machine with Windows XP with VLC media Player 0.8.5):
- Video files:
vlc "c:\fichero.mpg" :sout=#transcode{vcodec=WMV1,vb=384,scale=0.5,acod ec=mpga,ab=96,channels=2}:duplicate{dst=std{access =http,mux=asf,dst=:8080}}
Change c:\fichero.mpg by current file path to send, dst=: 8080 by the port to use and try several configurations of 'scale=0.5 to fit quality.
- DVD's:
dvdsimple://D: :sout=#transcode{vcodec=WMV1,vb=384,scale=0.4,acod ec=mpga,ab=96,channels=2}:duplicate{dst=std{access =http,mux=asf,dst=:8080}}
Change //D: by DVD path, dst=: 8080 by the port to use and try several configurations of 'scale=0.4 to fit quality.
In order to choose differents audio tracks of the DVD adding ': audio-track=x " where x is the track of audio (0-7).
- Live TV:
vlc dshow:// :dshow-vdev="Pinnacle WDM PCTV Video Capture" :dshow-adev="" :dshow-size="352x288" :dshow-caching=200 :dshow-chroma="RV24" :dshow-fps=0.000000 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-audio-input=-1 :dshow-video-output=-1 :dshow-audio-output=-1 :sout=#transcode{vcodec=WMV1,vb=384,scale=0.75,aco dec=mpga,ab=96,channels=2}:duplicate{dst=std{acces s=http,mux=asf,dst=:8080}}
Change the parameters dst=: 8080 by the port to use and try several configurations of 'scale=0.75 to fit quality.
This configuration is for my card (Pinnacle Miro PCTV), but I suppose that it will work with any card compatible with DirectShow of VLC.
All examples are command line instructions. I've created a ".bat" file (in the PC's VLC directory) for each one to use it.
Good vision.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.