Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add streamEye RTSP bitrate setting UI support #1915

Closed
tigernero79 opened this issue May 12, 2019 · 11 comments
Closed

Add streamEye RTSP bitrate setting UI support #1915

tigernero79 opened this issue May 12, 2019 · 11 comments

Comments

@tigernero79
Copy link

I just updated motioneye to test the new streaming function via rtsp.

but I can't find a voice in the guide that tells me which url to use.

I tested such a solution

rtsp: // Tiger: password@192.168.x.x: 554

but it does not go.

what format does rtsp have url?

@jasaw
Copy link
Collaborator

jasaw commented May 12, 2019

@tigernero79 Are you talking about testing RTSP stream output in Fast Network Camera mode? i.e. #1764 ?

@tigernero79
Copy link
Author

tigernero79 commented May 13, 2019

yes, I installed the 20190511 release which should implement rstp use. In the guide I can't find anything about how to call up url. from your GitHub I think we should call "rstp: // ddns_ip / h264" right?

@jasaw
Copy link
Collaborator

jasaw commented May 13, 2019

@tigernero79 Thank you for your continued effort in testing.
Yes, the RTSP stream URL is: rtsp://<rpi-IP-address>/h264.
Please note that my PR adds support for RTSP mode in the backend only. UI support for RTSP mode does not exist yet. To enable RTSP mode, you'll have to manually edit some files. Please refer to my PR for more details on how to do that.

We'll have to discuss with @ccrisan about adding UI support for RTSP mode.

@tigernero79
Copy link
Author

ok thanks

@tigernero79
Copy link
Author

tigernero79 commented May 13, 2019

it would be very convenient to use a sort of digest authentication on rstp stream, for privacy.

I tested flow and it works great but the fact that you don't require a username and password is serious in my opinion.

url could be

rtsp://admin:password@ip_raspberry/h264

@ccrisan
Copy link
Collaborator

ccrisan commented May 13, 2019

Guys, commits c8ca30e and 3c56bc2 add basic UI support for @jasaw's work on RTSP. They should be already part of the latest nightly build (20190511), if my calculations are correct :)

@ccrisan ccrisan closed this as completed May 13, 2019
@tigernero79
Copy link
Author

tigernero79 commented May 13, 2019

I noticed the possibility to choose rstp and activate basic authentication.

wanting to reproduce it on kodi reference url with basic authentication is so?

rtsp://user:password@ip_raspberry/264

because in the streameye.conf file

I notice that you have also entered the motioneyos value to the credentials

CREDENTIALS = "user:password:motionEyeOS"

port rstp is: 554?
is it possible to change it if you want?

@jasaw
Copy link
Collaborator

jasaw commented May 13, 2019

I've created issue #1917 on adding basic auth to RTSP server.

Regarding the RTSP default port 554, it is hard-coded in the streameye script at the moment, but we can have the script pull this port number out of a config file. @ccrisan Would you be OK with configurable RTSP port number?

@ccrisan
Copy link
Collaborator

ccrisan commented May 14, 2019

@jasaw I don't see why not. We already have the "Streaming Port" option available for the FNC so we should use it.

@jasaw
Copy link
Collaborator

jasaw commented May 14, 2019

@ccrisan We can reuse the existing streaming port key, but need to keep in mind that RTSP port should default to 554. Maybe creating a new key is better? Like RTSP port.

@jasaw
Copy link
Collaborator

jasaw commented May 15, 2019

I've create issue #1918 for supporting configurable RTSP port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants