Compare commits

...

2 commits

Author SHA1 Message Date
5051c23150 update docs 2025-01-12 20:37:23 +02:00
c72050c4f6 change a typo 2025-01-11 16:16:16 +02:00
2 changed files with 9 additions and 5 deletions

View file

@ -1,7 +1,11 @@
# video-streamer
# videostreamer
### requierments:
### setup ffmpeg
`sudo apt install ffmpeg`
- scrcpy
- ffmpeg
### setup scrcpy
`sudo apt install scrcpy`
`sudo apt install v4l2loopback-dkms`
v4l2loopback.conf:
`options v4l2loopback video_nr=7 card_label="android video"`

View file

@ -1 +1 @@
srt_output="srt://fdqn:6000?mode=caller&transtype=live&pkt_size=1316&streamid=CHANGEME.stream,mode:publish,token:CHANGEME"
srt_output="srt://CHANGEME:6000?mode=caller&transtype=live&pkt_size=1316&streamid=CHANGEME.stream,mode:publish,token:CHANGEME"