Recent

Author Topic: PascalByThree, sources.list for installing VLC  (Read 2477 times)

pascalbythree

  • Full Member
  • ***
  • Posts: 149
PascalByThree, sources.list for installing VLC
« on: April 01, 2015, 11:01:02 am »

Streaming Video Using VLC Player
/Pi Hardware / Raspberry Pi Camera / Streaming Video Using VLC Player

    Adam

Installing VLC Player


sudo apt-get install vlc

 
Streaming The Camera Video Using RTSP

Enter the following command to start the streaming:


raspivid -o - -t 0 -n | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264

raspivid is used to capture the video

"-o -" causes the output to be written to stdout

"-t 0" sets the timeout to disabled

"-n" stops the video being previewed (remove if you want to see the video on the HDMI output)

cvlc is the console vlc player

"-vvv" and its argument specifies where to get the stream from

"-sout" and its argument specifies where to output it to 

pascalbythree

  • Full Member
  • ***
  • Posts: 149
Re: PascalByThree, sources.list for installing VLC
« Reply #1 on: April 01, 2015, 11:05:40 am »
Can somebody sent me up some command line items. Howto install vlc player into Raspbian linux, Raspberry Model B, RPI

the default action:

sudo apt-get install vlc

is not working.

 

TinyPortal © 2005-2018