Skip to content

Commit 2b516f3

Browse files
committed
showcases: emulation: replaced video with another one in videostreaming
1 parent d8880af commit 2b516f3

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

7.24 MB
Binary file not shown.
-4.79 MB
Binary file not shown.

showcases/emulation/videostreaming/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# start streaming server
2-
cvlc RickAstley.mkv --loop --sout '#transcode{vcodec=h264,acodec=mpga,vb=125k,ab=64k,deinterlace,scale=0.25,threads=2}:rtp{mux=ts,dst=192.168.2.99,port=4004}' &
2+
cvlc OMNEST_PAYLOAD_VIDEO.mkv --loop --sout '#transcode{vcodec=h264,acodec=mpga,vb=500k,ab=64k,deinterlace,scale=0.25,threads=2}:rtp{mux=ts,dst=192.168.2.99,port=4004}' &
33

44
# start streaming client
55
vlc rtp://192.168.3.20:4004 &

0 commit comments

Comments
 (0)