VideoExpertsGroup / Chrome.RTSP.Player

Chrome RTSP player
https://www.videoexpertsgroup.com/
144 stars 54 forks source link

Is it effected in nodejs web server? #29

Open liyongh opened 5 years ago

liyongh commented 5 years ago

how does nodejs web server work to it?

bleikher commented 5 years ago

Hi,

Please look at the instruction on the page https://www.videoexpertsgroup.com/nacl_player_api/

Just download and unpack the zip on your web server https://www.videoexpertsgroup.com/nacl_player_api/vxgplayer-1.8.51.zip

The web server type ( nodejs, IIS, apache, nginx etc) doesn't matter.

Thanks, Alexey

liyongh commented 5 years ago

Hi, Thanks for your replay! It have worked! but,I get a new problem that can not play the video. I will show the error bellow: I debug the file vxgplayer-1.8.2.js, it excute to the row that the line number is 65 and the line content is 'window.location.href = "http://www.videoexpertsgroup.com/player_start/";' and then it throws error in the browser console that the error message is 'Unknown error' in the video area on the browser page.

liyongh

bleikher commented 5 years ago

Hi,

The plugin works only in chrome browser. 'window.location.href = "http://www.videoexpertsgroup.com/player_start/" installs at once the VXG Media Player app from the chrome market, you would install it manually via page https://chrome.google.com/webstore/detail/vxg-media-player/hncknjnnbahamgpjoafdebabmoamcnni

Thanks, Alexey

liyongh commented 5 years ago

Hi, Actually, I have installed it via page http://www.videoexpertsgroup.com/player_start/ and I have tried to use moogoose.exe as a web server to play the demo video in chrome browser successfully, but nodejs failed.

Then, I will install it via page https://chrome.google.com/webstore/detail/vxg-media-player/hncknjnnbahamgpjoafdebabmoamcnni

to try it.

Thanks,

liyongh

liyongh commented 5 years ago

Hi, I have installed VXG Media Player via page http://www.videoexpertsgroup.com/player_start/ and putted it in chrome browser extensions.

then, I use moogoose.exe as a web server to play the demo video in chrome browser successfully, but nodejs failed.

Then, I try to download VXG Media Player via page https://chrome.google.com/webstore/detail/vxg-media-player/hncknjnnbahamgpjoafdebabmoamcnni

but I can't search it, what's the reason?

Thanks,

liyongh

liyongh commented 5 years ago

Hi, I got a problem which is 'NativeClient:PnaclCoordinator:PNaCl Translator Error: Error:(28:0) Invalid data after module Corrupted bitcode'.

Are you know that?

Thanks,

liyongh