ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
259 stars 143 forks source link

Can't make it play rtsp stream #26

Closed heavior closed 7 years ago

heavior commented 7 years ago

More like a question, not an issue: I just can't make it work.

I have StreamMediaSource with this url: rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4

Vlc plays this link just fine, but Unreal shows an error:

LogMediaAssets:Error: Could not find a native player for rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4

All other mediaplayer plugins except VlcMedia are disabled.

What am I doing wrong? Do you have some example working project?

gmpreussner commented 7 years ago

That URL plays fine for me. It looks like your VlcMedia plug-in is not actually loading. Please check your log file. If you keep having issues, please attach your log file.