I am trying to stream using LibVLC and the signal cannot be played over Internet. But, whether I stream using the VLC player, it works fine. What could be the different between use one or another solution.
Thanks in advance.
I need to capture from IP cameras and re stream it into a net where another application records these streams to disk. There are most of the 500 cameras deployed over the countries. Now, the recording is made locally where the camera is installed, but we want to do it from the cloud. Is a crazy idea...
I have an app that capture an IP camera stream and stream it again with TS mux. With another app I save this stream with MP4 mux, but the resulting file most of the times does not have video. but if I keep the TS mux the resulting file is fine. I guess could be some problem with the TS demux. Does s...
When the video is saved it does not have a logo. I am working with a libvlc wrapper. These are my instructions: initialization arguments: { "-I", "--logo-file=" + PATH + "watermark.png" } media options: sout=#transcode{acodec=mp3,ab=128,channels=1,audio-sync,vcodec=mp1v...
Hi. I install the libvlc 1.1.0 but it does not have the .lib files inside but when I try to generate them the action fails. I would thanks any help if someone could send me that files. Thanks.
I am capturing the IP camera stream. I add a listener to some events but when i do some action over the player the event listener callback never is executed. I am using the libvlc 1.1.0. thanks.