I asked the developer if the signaling server could be adapted to P2P live streaming. It’s not possible. We need to use something like Skyway to provide P2P signaling.
code I asked about
/**
* Copyright 2018 Ricoh Company, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.theta360.pluginapplication.webrtc.sample.network;
import android.util.Log;
import java.util.Collection;
This file has been truncated. show original
Developers Response
Is WebRTC streaming the P2P connection of WebRTC?
Ricoh LiveStreaming API signaling can not be used for P2P connections.
SkyWay - MORE CONNECT MORE SIMPLE seems to work with P2P.
There are cases combined with THETA V. Japanese
I think this is the example he’s referring to that provides live streaming direct from the THETA V.
Contribute to goroya/skyway_theta_plugin_example development by creating an account on GitHub.
1 Like