Showing posts with label flash. Show all posts
Showing posts with label flash. Show all posts

Sunday, January 20, 2008

streaming with vlc and leadtek winfast 2000 xp global

encoding server ---> upd stream ---> streaming server (listen on 1212 port)



i assume the card is installed we will need to use the /dev/video0 interface and stream from it in mpeg4 or
flash streaming

On the streaming server or computer i do
vlc udp:@:1212 and i listen to the port (later i will do an relay to the stream and send it to the clients)

On the encoder server:
Here is how i do the encoding from the command line (and i send the stream to the 192.168.0.1:1212 server)

vlc -vvv --color v4l:/dev/video0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=udp,mux=ts,dst=192.168.0.1:1212}' --ttl 12


Thursday, January 18, 2007

flash player 9 released for festy fawn ubuntu
I did an apt-get dist-upgrade and surprise , final is now installed by apt-get

Setting up flashplugin-nonfree (9.0.31~ubuntu1) ...
Downloading...
--10:07:39-- http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
=> `./install_flash_player_9_linux.tar.gz'
Resolving fpdownload.macromedia.com... 84.53.166.70
Connecting to fpdownload.macromedia.com|84.53.166.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,609,703 (2.5M) [application/x-gzip]

0K .......... .......... .......... .......... .......... 1% 147.97 KB/s
50K .......... .......... .......... .......... .......... 3% 196.43 KB/s

....[cut]
2450K .......... .......... .......... .......... .......... 98% 223.35 KB/s
2500K .......... .......... .......... .......... ........ 100% 174.41 KB/s

10:07:52 (216.52 KB/s) - `./install_flash_player_9_linux.tar.gz' saved [2609703/2609703]


Download done.
Flash Plugin installed.