-
Notifications
You must be signed in to change notification settings - Fork 326
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
[BUG] Video is not streamed from master if viewer does not stream video back #1475
Comments
The logs do not suggest anything and seem incomplete. Can you provide the complete logs after running |
Updated logs |
I see the error "0x5600000f" which suggests that the SDP size received exceeds 256 attributes as allowed by the SDK. Have you tried other browsers? |
Hey, Thanks. |
To confirm, does the JS SDK change make it work with Chrome as well? |
No, the JS change doesnt make it work with chrome. It seems like the the value that was define in my SDK was 128 somehow, I change it to 256, and now with the JS change it also works with Chrome. Thank you! |
Hi,
Use case:
Streaming video from IP camera using Webrtc C sdk as master to a web browser using Webrtc JS as viewer.
Logging
logs.txt
Describe the bug
Video is not streamed from master if viewer does not stream video back.
SDK version number
Latest : v1.7.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When setting sendvideo= False in js viewer I expect that I only receive video from master (C sdk). But once I set this flag to false, or disabling the viewer camera, I cant get any video from master.
Desktop (please complete the following information):
Additional context
Additionaly I tried to modify RTC_RTP_TRANSCEVER direction to SENDONLY in PeerConnection.C, as well videoRtpTranseiver direction in Common.C, nothing seem have effect.
Tried to modify viewer.js%3B,-//%20When%20trickle%20ICE) based on this PR, doesnt seem to have effect either
I tried to follow other issues:
awslabs/amazon-kinesis-video-streams-webrtc-sdk-js#81
#148
On this issue -
#468
I can understand that the modification I did are not needed, but still, if I set sendvideo = False on the viewer side, I still dont get any video at all.
Tried to debug myself but I couldnt figure if it is something with the C Sdk, JS Sdk, or it is just the browser itself.
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: