--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
WebRTC error... {"code":34,"name":"OperationError","message":"Failed to set remote offer sdp: Session error code: ERROR_CONTENT. Session error description: Failed to set remote video description send parameters.."}
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
--Regards,Mirko
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[Error] TypeError: Type errorcreateObjectURL (janus.js:147)attachMediaStream (janus.js:147)onremotestream (videoroomtest.js:496)onaddstream (janus.js:1301)
Yeah so as I thought it's simply a matter of onaddstream vs. onaddtrack (Safari doesn't ship onaddstream at all), which might explain which both local and remote stream rendering fails.
J-
/* if(janus_rtcp_has_bye(buf, buflen)) {
JANUS_LOG(LOG_VERB, "[%"SCNu64"] Got RTCP BYE on stream %"SCNu16" (component %"SCNu16"), closing...\n", handle->handle_id, stream->stream_id, component->component_id);
janus_flags_set(&handle->webrtc_flags, JANUS_ICE_HANDLE_WEBRTC_CLEANING);
if(!janus_flags_is_set(&handle->webrtc_flags, JANUS_ICE_HANDLE_WEBRTC_ALERT)) {
janus_flags_set(&handle->webrtc_flags, JANUS_ICE_HANDLE_WEBRTC_ALERT);
if(handle->iceloop)
g_main_loop_quit(handle->iceloop);
janus_plugin *plugin = (janus_plugin *)handle->app;
if(plugin != NULL) {
JANUS_LOG(LOG_VERB, "[%"SCNu64"] Telling the plugin about it (%s)\n", handle->handle_id, plugin->get_name());
if(plugin && plugin->hangup_media)
plugin->hangup_media(handle->app_handle);
janus_ice_notify_hangup(handle, "RTCP BYE");
}
}
return;
}*/
* (détaché de 3d98871)
master
--
You received this message because you are subscribed to a topic in the Google Groups "meetecho-janus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meetecho-janus/Jx0CHJyWcvU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janus+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
Yeah that's how we did it for a quick test. Kinda lame because I'm of course 100% pro-VP8, and having to use a proprietario codec like H264 only because Microsoft and Apple didn't bother to ship it sucks.
--
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janus+unsubscribe@googlegroups.com.
Hi there,as you may have heard, Safari 11 supports WebRTC now. Anyway, I don't have access to a Mac or an iPhone to test if that works with Janus. Anybody played with it already? I've read it only does H.264, so you may have to change the configuration of some of the demos (e.g., an H.264 VideoRoom or an H.264 Streaming mountpoint) like it happened when testing Edge, but apart from that I'm mostly interested in whether janus.js and the WebRTC core in Janus do work with that.Looking forward to some feedback!
Lorenzo
After following the discussion on this thread, i have used Janus.js and adapter.js from master branch and tried to run videoroom on safari 11 but i am getting an error (for local stream at safari) at config.pc = new RTCPeerConnection(pc_config, pc_constraints);
To unsubscribe from this group and all its topics, send an email to meetecho-janus+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "meetecho-janus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meetecho-janus/Jx0CHJyWcvU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janus+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.
You mentioned devices not being able to see each other, so I thought you were using the VideoRoom.
If media is flowing and nothing is rendered, there's not much I can do to help. One thing you can try to do is enable recording, and then use janus-pp-rec to convert the mjr file to an mp4 and see if that plays.
Apart from that, you should ask the Safari developers or check if Safari has a debug mode that allows you to see if there's something it doesn't like.
To unsubscribe from this group and all its topics, send an email to meetecho-janu...@googlegroups.com.