pedroSG94 / vlc-example-streamplayer

Example code how to play a stream with VLC
GNU General Public License v3.0
227 stars 93 forks source link

Support for RTSP/TCP ? #20

Closed krab-skunk closed 6 years ago

krab-skunk commented 6 years ago

HI :)

I notice that your RTSP stream rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov is an RTSP/UDP, will you player support RTSP/TCP streams as well, like the one coming out of red5 servers

Thanks a lot

pedroSG94 commented 6 years ago

It is a wrapper of VLC and it support rtsp under tcp. I tested it with wowza and this server and works: https://github.com/iizukanao/node-rtsp-rtmp-server

krab-skunk commented 6 years ago

@pedroSG94 Muchisimas gracias pedro ;)