greggman / ffmpegserver.js

Receives canvas frames from browser to generate video on the server. Compatible with CCapture.js
274 stars 38 forks source link

Can't play the video #1

Open flynn-shu opened 9 years ago

flynn-shu commented 9 years ago

Just show black screen when I played the MP4 file

greggman commented 9 years ago

Do you have a sample app? Did the test app work? What OS? Does the MP4 play in VLC?

flynn-shu commented 9 years ago

Thank you for your answers, This is should be a encode/decode issue. I can play it in Chrome but not QQ player (popular in China. http://dldir1.qq.com/qqyy/pc/QQPlayer_Setup_39_923.exe).

flynn-shu commented 9 years ago

greggman, I've another discovery in test2.html. I think it's because of limited bandwidth on my server. You can look the issue on my test url: http://42.120.17.37:8080/test2.html. Can you fix it? iqh6q1sovb_ast3v 2ja5j8

2mheoq161 6u8k1 ps6l0v

greggman commented 9 years ago

I push fixes for both issues. Get the latest, delete your node_modules folder, then run npm install again