Closed ArqinT closed 3 years ago
Hello,
app module is an example to do that. You only need press start and copy rtsp endpoint that show in screen in your VLC
$ /Applications/VLC.app/Contents/MacOS/VLC rtsp://172.22.1.146:1935/ --demux h264 --video-filter=transform --transform-type=90 VLC media player 3.0.16 Vetinari (revision 3.0.16-0-g5e70837d8d) [00007fba46f20890] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса. CoreSVG has logged an error. Set environment variabe "CORESVG_VERBOSE" to learn more. 2021-07-15 13:00:54.474 VLC[27966:27346541] Can't find app with identifier com.apple.iTunes 2021-07-15 13:00:54.563 VLC[27966:27346541] Can't find app with identifier com.spotify.client [00007fba46cb64a0] live555 demux error: Failed to connect with rtsp://172.22.1.146:1935/ [00007fb9e2149430] satip stream error: Failed to connect to RTSP server 172.22.1.146:1935 [00007fb9e2149430] access_realrtsp stream error: cannot connect to 172.22.1.146:1935
not working :(
In "IP Webcam" application stream is working only on H264/HQ mode. Maybe I need some configuration of video stream? Where I can set it? In prepareVideo()
?
Thx. All problems are solved. VLC on MacBook not shows this stream. On Windows everything OK.
Hi! Thank you for library! Do you have any example to stream video from camera directly to vlc?