pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Apache License 2.0
207 stars 65 forks source link

Any Example to stream directly to vlc? #42

Closed ArqinT closed 3 years ago

ArqinT commented 3 years ago

Hi! Thank you for library! Do you have any example to stream video from camera directly to vlc?

pedroSG94 commented 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

ArqinT commented 3 years ago

$ /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 :(

ArqinT commented 3 years ago

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()?

ArqinT commented 3 years ago

Thx. All problems are solved. VLC on MacBook not shows this stream. On Windows everything OK.