Jump to content

Security Cams not play rtsp stream


Go to solution Solved by Luke,

Recommended Posts

Posted (edited)

Hi,

i have rtsp stream, which is not playable with security cams plugin In vlc on windows works perfect. My emby is on ubuntu server. I found that, when i try ffmpeg -i rtsp://user:pass@10.10.10.10:554/example_stream not working, but when i add "-rtsp_transport tcp" ffmpeg works. So in emby logs i saw, that "-rtsp_transport tcp" is missing and maybe that is the problem. Can someone help with this issue?

Edited by plamen6877
Posted

Hi, 

here is screenshots from emby, from linux terminal with ffprobe and emby log. 

Thanks for reply! 

Add_Cam.png

cam2.png

cams.png

ffprobe.png

embyserver.txt

Posted

@plamen6877instead of those changes to the arguments, what if you try?

-rtsp_flags prefer_tcp

before the -i.

How does that compare?

Posted (edited)

When i replace "-rtsp transport tcp" with  "-rtsp_flags prefer_tcp" result is same, it works. 

Screenshot 2024-10-24 103331.png

Edited by plamen6877
  • Thanks 1
  • 2 months later...
Posted

@Luke I have an issue that sounds very similar. Happy to share logs etc, but before I do, how could I implement the above solution? I only have the option to add the rtsp stream, not sure where I would add arguments?

  • Solution
Posted

Hi, there are changes already incorporated into the 4.9 beta channels so you could just try that instead.

Posted

As you can see, i ran ffmpeg in linux cli. In cli you can add parameters. All things is working now! Just use latest beta! :) 

TNX for support!

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...