Search found 3 matches

Go to advanced search

by cannono
08 May 2020 04:17
Forum: Development around libVLC
Topic: using libvlc to stream A/V with rtp protocol from memory
Replies: 2
Views: 518

Re: using libvlc to stream A/V with rtp protocol from memory

Did you ever find a solution? I am trying to do something very similar.
by cannono
07 May 2020 23:06
Forum: Development around libVLC
Topic: Audio and Video Custom Callbacks
Replies: 4
Views: 576

Re: Audio and Video Custom Callbacks

Thanks for the replies, So it sounds like I need to mux the video and audio frames and then a specify a demuxer so vlc knows how the data is formatted? Currently, I am doing: libvlc_media_add_option(m, ":demux=rawvid") to play the raw video data. Can I also specify that the audio will be i...
by cannono
04 May 2020 17:42
Forum: Development around libVLC
Topic: Audio and Video Custom Callbacks
Replies: 4
Views: 576

Audio and Video Custom Callbacks

Hello, I am trying to write a program that streams audio and video from one computer to another. I am using ffmpeg to open and segment the files into video and audio frames. The frames are then sent over a socket to another computer which plays the media file using libvlc. So far I have the video fr...

Go to advanced search