Chrome.RTSP.Player icon indicating copy to clipboard operation
Chrome.RTSP.Player copied to clipboard

MMS stream could not be played

Open jsarunas opened this issue 8 years ago • 2 comments

Hi guys,

First of all, I would like to thank you for this player. It is really a nice thing to have. I managed successfully to play RTSP video stream on web page. Unfortunately, I failed when was trying to play MMS video stream. I was trying to play those streams with VLC media player before trying them on VXG Media Player. UDP connection is enabled for vxg init procedure and I still getting errors and MMS stream is not playing (log saying: Player source error=60929 WSS status=4 and handleMessage: MEDIA_ERR_NETWORK). If anybody jumped on this before and could share experience I would be very thankful.

Chrome console log is below: 1.8.41 vxgplayer-1.8.40.js:817 Player videoPlayer src=mms://127.0.0.1:8080 autostart=false is_opened=false vxgplayer-1.8.40.js:153 Player: videoPlayer cmd=[stop] 0 vxgplayer-1.8.40.js:153 Player: videoPlayer cmd=[setvolume] 0.8 vxgplayer-1.8.40.js:645 self.play self.m.url=mms://127.0.0.1:8080 self.m.is_opened=false vxgplayer-1.8.40.js:153 Player: videoPlayer cmd=[open] mms://127.0.0.1:8080 vxgplayer-1.8.40.js:153 Player: videoPlayer cmd=[play] 0 vxgplayer-1.8.40.js:153 Player: videoPlayer cmd=[setvolume] 0.8 VGXController.js:113 <=ready player videoPlayer vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: playerCommand stop:0 result=0 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: playerCommand setvolume:0.8 result=0 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: PLAYER_CONNECTING VGXController.js:62 NEW READY STATE: 1 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: Player is openning url(mms://127.0.0.1:8080) ... vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: PLAYER_STOPPING vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: PLAYER_STOPPED VGXController.js:62 NEW READY STATE: 0 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: PLAYER_CONNECTING VGXController.js:62 NEW READY STATE: 1 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: playerCommand setvolume:0.8 result=0 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: Player source error=60929 WSS status=4 vxgplayer-1.8.40.js:402 Player videoPlayer handleMessage: MEDIA_ERR_NETWORK VGXController.js:65 1

Thanks a lot!

Kind Regards, Jonas

jsarunas avatar Nov 20 '17 16:11 jsarunas

Hi Jonas,

I suspect that url mms://127.0.0.1:8080 is not applicable for the chrome app, because chrome app works in own sandbox and 127.0.0.1 has been interpreted in other way. Could you please setup any other IP address of your PC like mms://192.168.1.1:8080 ?

Thanks for your interest to VXG Player, Alexey Bleikher Solution Architect | VXG www.videoexpertsgroup.com

bleikher avatar Nov 23 '17 04:11 bleikher

Hi Alexey, Thank you for comming back. Yes, I have a local IP that is accessible after connecting through VPN but it gives exactly the same results. Any ideas would be helpful.

P.S. For time being I made like workaround and made a re-streaming with VLC from MMS to RTSP. VXG plays RTSP without problems but still interesting why it is not playing MMS directly. Maybe something wrong with network or with MMS producer(Windows Encoder 9 app)

Thank you for your time

Jonas

-- Jonas Sarunas Developer, VoiceHIT (m) +370.614.06180 www.BetterDayHealth.com http://www.betterdayhealth.com/

On Thu, Nov 23, 2017 at 6:35 AM, Alexey Bleikher [email protected] wrote:

Hi Jonas,

I suspect that url mms://127.0.0.1:8080 is not applicable for the chrome app, because chrome app works in own sandbox and 127.0.0.1 has been interpreted in other way. Could you please setup any other IP address of your PC like mms:// 192.168.1.1:8080 ?

Thanks for your interest to VXG Player, Alexey Bleikher Solution Architect | VXG www.videoexpertsgroup.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/VideoExpertsGroup/VXG.Chrome-RTSP-Player/issues/20#issuecomment-346530520, or mute the thread https://github.com/notifications/unsubscribe-auth/AXGOyDpc8z92-Vk92bPWH3_YGrP0zzyVks5s5PYOgaJpZM4Qkfn9 .

jsarunas avatar Nov 23 '17 07:11 jsarunas