-
Notifications
You must be signed in to change notification settings - Fork 129
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
Video streaming not working on iPhone #16
Comments
Xcode error logs generated when starting a video stream on iPhone:
Starting the same exact stream works fine on Android. |
Try to wrap your url in quote for ios example :- url = Platform.isIOS |
Is this with the code directly out of the repro? Or from the pub repro? I
made changes to update to null safety, but not checked it works correctly
on iOS yet ;). Which is why it is not published.
…On Wed, 19 May 2021 at 03:16, Piyush ***@***.***> wrote:
Try to wrap your url in quote for ios example :- url = Platform.isIOS
? '"${url}"'
: url;
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATOMMJL3ZBRQXDIP3ICMZLTOOFYJANCNFSM4OHSCG7A>
.
|
Also @pinkfish videostreaming is not working on ios same code works for android . |
This is not a null safety bug in ios(swift) sometimes you need to wrap your rtmp url in a additional quote or else it will return bad auth error |
I did change the rtmp streaming endpoint name recently. I turned off the
old one ;)
…On Wed, 19 May 2021 at 11:36, Piyush ***@***.***> wrote:
Is this with the code directly out of the repro? Or from the pub repro? I
made changes to update to null safety, but not checked it works correctly
on iOS yet ;). Which is why it is not published.
… <#m_7176071784634534910_>
This is not a null safety bug in ios(swift) sometimes you need to wrap
your rtmp url in a additional quote or else it will return bad auth error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATOMMJ3C7MULL7UYUMDNP3TOQAKXANCNFSM4OHSCG7A>
.
|
Running the sample on a physical iPhone 6S, and the video streaming does not work. I am trying to stream to an RTMPS URL online and the livestream simply does not appear. No errors appear in the console.
Android works just fine.
Can anyone advise?
The text was updated successfully, but these errors were encountered: