Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
PascalByThree, sources.list for installing VLC
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
InterProcessCommunication...
by
KodeZwerg
[
Today
at 08:03:55 pm]
Freeing at destructor TLa...
by
wp
[
Today
at 08:03:12 pm]
Save the same key ini fil...
by
BIT
[
Today
at 07:50:17 pm]
Question about IdMappedPo...
by
cappe
[
Today
at 07:42:40 pm]
Dark Theme in my program?
by
d7_2_laz
[
Today
at 07:25:51 pm]
Yet another FPC/embedded ...
by
DavidL
[
Today
at 06:38:45 pm]
what is Erro Code 0xc0000...
by
Thaddy
[
Today
at 06:18:07 pm]
CompareText improvement
by
Martin_fr
[
Today
at 06:05:19 pm]
[SOLVED] How to set initi...
by
AMJF
[
Today
at 05:41:59 pm]
An ASCII logo for Pascal ...
by
Fred vS
[
Today
at 05:20:16 pm]
« previous
next »
Print
Pages: [
1
]
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
Logged
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.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
PascalByThree, sources.list for installing VLC
TinyPortal
© 2005-2018