Skip to content

Commit e9fb3c8

Browse files
committedJun 15, 2017
Add ffmpeg mode
1 parent add4145 commit e9fb3c8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
$ ./preinstall.sh
88
$ make
99
```
10-
# Dependencies
11-
libvncserver-dev
1210

13-
On Debian jessie
14-
```sh
15-
$ sudo apt-get install libvncserver-dev
16-
```
1711
# H264 encoder and transport stream encapsulator
1812
```
1913
avc2ts -1.0.0
@@ -29,10 +23,11 @@ rpi-avc2ts -o OutputFile -b BitrateVideo -m BitrateMux -x VideoWidth -y VideoH
2923
-d Delay PTS/PCR in ms
3024
-v Enable Motion vectors
3125
-i IDR Period
32-
-t TypeInput {0=Picamera,1=InternalPatern,2=USB Camera,3=Rpi Display,4=VNC}
26+
-t TypeInput {0=Picamera,1=InternalPatern,2=USB Camera,3=Rpi Display,4=VNC,5=ffmpeg}
3327
-e Extra Arg:
3428
- For usb camera name of device (/dev/video0)
3529
- For VNC : IP address of VNC Server. Password must be datv
30+
- For ffmpeg : url or file to stream
3631
-p Set the PidStart: Set PMT=PIDStart,Pidvideo=PidStart+1,PidAudio=PidStart+2
3732
-s Set Servicename : Typically CALL
3833
-h help (print this help).

0 commit comments

Comments
 (0)
Please sign in to comment.