RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

can we play music along with rtmp streaming?

Open hemant-novotrax opened this issue 2 years ago • 3 comments

hemant-novotrax avatar Mar 16 '22 05:03 hemant-novotrax

I'm not sure what do you means but if you use the microphone. Microphone can take skeapers sound. Other way you can take internal audio that will get all audio produced by your device.

pedroSG94 avatar Mar 18 '22 11:03 pedroSG94

Hello

Thank you for reply . I mean can we play raw file from assets folder along with rtmp streaming?

hemant-novotrax avatar Mar 21 '22 04:03 hemant-novotrax

Hello,

You can stream a file using fromfilebase. You have the example here: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/tree/master/app/src/main/java/com/pedro/rtpstreamer/filestreamexample

You can try get you assest file path using this method: https://stackoverflow.com/a/56455963 If it isn't working you can copy file to a folder and use it.

pedroSG94 avatar Mar 21 '22 10:03 pedroSG94