pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Apache License 2.0
214 stars 66 forks source link

i have two uvccamera frames ,I want to add them to rstp-server. What should I do? #88

Closed gobeyondmyself closed 9 months ago

gobeyondmyself commented 1 year ago

i have two uvccamera frames ,I want to add them to rstp-server. What should I do? thanks

gobeyondmyself commented 1 year ago

mean's that not need to preview or other function.only give frame to this framework and finish work. thanks

gobeyondmyself commented 1 year ago

i use uvccamera.First,init RtspServerCamera1(context,connectCheckerRtsp,port), Second,in the IFrameCallback ,i inputYUVData.third click the button to startStreaming. the log tell me frame discarded,i don't know why.