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

The demo website doesn't work #12

Open
stonyz opened this issue Jul 7, 2018 · 5 comments
Open

The demo website doesn't work #12

stonyz opened this issue Jul 7, 2018 · 5 comments

Comments

@stonyz
Copy link

stonyz commented Jul 7, 2018

https://1029.mythkast.net/

I clicked start, but never see the remote stream. When I click stop, get some error log,

'

frame= 420 fps= 30 q=-1.0 size= 533kB time=00:00:14.16 bitrate= 308.6kbits/s speed= 1x '
From ffmpeg:
'frame= 435 fps= 30 q=-1.0 size= 552kB time=00:00:14.66 bitrate= 308.3kbits/s speed= 1x '
Stopping video call ...
Senging message: {"id":"stop"}
From ffmpeg:
'[flv @ 0x47641c0] Failed to update header with correct duration.
[flv @ 0x47641c0] Failed to update header with correct filesize.
frame= 447 fps= 30 q=-1.0 Lsize= 567kB time=00:00:15.09 bitrate= 307.9kbits/s speed= 1x
video:558kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.611907%
Exiting normally, received signal 15.

@stonyz
Copy link
Author

stonyz commented Jul 9, 2018

Got the reason, its due to the url is incorrect for output stream; it's

'rtmp://localhost/live/127.0.0.1_55016':

If I replace localhost to "1029.mythkast.net", can use ffplay to play it.

anyway, the demo doesn't work. it's better to fix.

@godka
Copy link
Owner

godka commented Jul 9, 2018

It is a bit strange.
I'm sure It works well on my PC.
Just a moment ago, I tested this work on my labmate's laptop, and it still worked well.
Or there exist some issues in chrome settings?

@stonyz
Copy link
Author

stonyz commented Jul 9, 2018

Thanks for your reply. The rmtp stream really work. but can't show on the browser. I tested on mac Chrome. also has no error printed on console (Chrome console)

@godka
Copy link
Owner

godka commented Nov 20, 2018

Sorry for the long delay.
Chrome hasn't supported flash extensions since ver.62. You may open it manually.

@dave0629
Copy link

The script in the website: https://1029.mythkast.net/ is still using URL.createObjectURL
need to replace as videoElement.srcObject = event.stream as #15

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

3 participants