Search found 5 matches

Go to advanced search

by masasin
13 Jun 2019 13:12
Forum: VLC stream-output (sout)
Topic: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)
Replies: 7
Views: 3129

Re: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)

Question: Streaming a video with more than one colour channel generates: [00005654c9a6a5f0] dummy interface: using the dummy interface module... [00007fa3fc000c40] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 300 ms) [00007fa3fc000c40] main input error: ES_OUT_...
by masasin
13 Jun 2019 11:19
Forum: VLC stream-output (sout)
Topic: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)
Replies: 7
Views: 3129

Re: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)

Hi, try with #transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:display instead of transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:#display Thank you! This worked for streaming to the remote server, but not display. Display is only f...
by masasin
12 Jun 2019 17:18
Forum: VLC stream-output (sout)
Topic: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)
Replies: 7
Views: 3129

Re: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)

Hi, try with #transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:display instead of transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:#display cvlc --demux=rawvid --rawvid-width=640 --rawvid-height=480 --rawvid-fps=30.0 --rawvid-chroma=...
by masasin
12 Jun 2019 16:43
Forum: VLC stream-output (sout)
Topic: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)
Replies: 7
Views: 3129

Re: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)

Hi, not sure what you're doing, having the complete command line each time without needing mental replacement would help if you can :) cvlc --demux=rawvid --rawvid-width=640 --rawvid-height=480 --rawvid-fps=30.0 --rawvid-chroma=RV24 /tmp/tmplba4v8_r/40e68bf2-1876-4856-a195-0e2c925f095a.fifo --sout-...
by masasin
12 Jun 2019 15:08
Forum: VLC stream-output (sout)
Topic: How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)
Replies: 7
Views: 3129

How to stream rawvideo via RTSP? (Or, how to transcode rawvideo to H264?)

Hello! I'm trying to stream images from OpenCV to RTSP. The solution I'm working on right now creates the frames, then writes them to a fifo. VLC reads from the fifo, converts it from rawvid, and streams using `sout`. Here's the command: cvlc --demux=rawvid --rawvid-width={width:.0f} --rawvid-height...

Go to advanced search