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

Demo links shows no video just shows blank with header on the top and also my compiled code also shows the same thing #54

Closed
prashanthag opened this issue Sep 6, 2017 · 7 comments

Comments

@prashanthag
Copy link

No description provided.

@Jamie0
Copy link

Jamie0 commented Sep 7, 2017

I can replicate this, too. Latest Firefox and Chromium.

@mpromonet
Copy link
Owner

Hi prashanthag & Jamie0,

Probably something changes in WebRTC, this occurs time to times.
Did you tried with the latest release https://github.com/mpromonet/webrtc-streamer/releases/tag/v0.0.5 ?

Best Regards,
Michel.

@proxy-m
Copy link
Contributor

proxy-m commented Sep 8, 2017

pull request with fix: #56

@prashanthag
Copy link
Author

prashanthag commented Sep 8, 2017

Thanks .. this works with rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov .. but not RTSP with 1080p60 ..Does it have limitation for resolution and bandwidth ?

@prashanthag
Copy link
Author

it can display rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov.. with your new fix ...
it decodes successfully 1080p60 rtsp stream(local stream) as per log .. no error .. but it can not display this 1080p60 6mb video ? should I need to change some parameter to display this 1920x1080 resolution ?

@Jamie0
Copy link

Jamie0 commented Sep 8, 2017

Works for me now :)

@mpromonet
Copy link
Owner

hi
thanks to proxy-m for the fix.
@prashanthag if network loose i-frame nothing could be decoded. you can try to add to the url ?options=rtptransport%3dtcp
then it will ask for tcp transport between rtsp source and webrtc-streamer
Best regards
Michel

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

No branches or pull requests

4 participants