Iragne / PCDN

PCDN is an Peer to peer CDN for video, it's Hybrid CDN/P2P Architecture. HTTP Live Streaming, WebRTC, videojs and peerjs, HLS and Video for broadcasts
http://pcdn.jairagne.ovh
Apache License 2.0
119 stars 40 forks source link

MP4 pseudo streaming #3

Closed rolero closed 9 years ago

rolero commented 9 years ago

I changed the following in index.html

peer server and webserver are not on the same machine. I testing within a local network. In Firefox everything works out nice but when I open the page in Chrome 44.0.2403.157 I get the following error:

VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The video could not be loaded, either because the server or network failed or because the format is not supported. vjs.MediaError {code: 4, message: "The video could not be loaded, either because the …rk failed or because the format is not supported."}

untitled

Iragne commented 9 years ago

hi yes this player was test on HLS and not on other kind of media. The first purpose is to manage HLS in P2P. i think you can solve it with a native videojs player

rolero commented 9 years ago

I read now. Understand that what I was trying to do would never work. Thanks