rtp
Android app pauses during sleep lock, but not its running native threads?
I am having a problem with the sleep lock in my application. I am using a native thread which is using sockets to retrieve RTP packets who contains audio data. This audio data is then sent to the and[详细]
2023-04-05 09:01 分类:问答Using FFmpeg's (libavformat) RTP data structures via dynamic linking
I want to use the RTP data structures (e.g. RTPMuxContext in libavformat/rtpenc.h) provided by FFmpeg\'s libavformat however they don\'t seem to be available with the following install:[详细]
2023-04-04 22:06 分类:问答Speex jitterbuffers on mobile devices
I am using an application that is using the speex jitter开发者_开发技巧buffer. What happens is that the jitterbuffers appears to grow large when there is heavy variations in the connectivity, and the[详细]
2023-04-04 20:11 分类:问答Creating RTP Packets from Android Camera to Send
I\'m new to Android and socket programming. I want to create an android application that transfer video live from device camera to PC. What first i do is to get a raw video data from PreviewCallback a[详细]
2023-04-03 18:12 分类:问答How to distinguish between Speech and Tone in RTP packet?
My requirement is to find out whether the RTP packet(received on my IP phone from a VOIP gateway) is containing Speech or some Tone. There is no field in RTP packet header to indicate this. I found RF[详细]
2023-03-29 00:09 分类:问答RTP test tool - send RTP packets from a file
I know this is a quite simple question which one could easily google and find. However, I have not been able to find a definitive tool that helps me with this. I have tried with rtpsend from rtptools[详细]
2023-03-28 16:51 分类:问答Stream Java Swing Components over RTP
Currently, I am looking for an option to stream the contents of a JPanel over RTP to a receivi开发者_Python百科ng client. The JPanel would e.g. contain a JFreeChart and some labels that should be disp[详细]
2023-03-26 11:33 分类:问答How to decode RTP packets and save it has .wav file
I am trying to develop an applic开发者_如何学Goation in which a sip call is established and then i am capturing rtp audio packets. As they are encoded so i need to decode them and save it has .wav fil[详细]
2023-03-26 06:07 分类:问答What's the need for the protocol T.120
I recently heard about the protocol T.120 for transmission of streaming text in RTP. I was wondering why is such a protocol needed for text, since text is not like audio or video such that loss of a f[详细]
2023-03-24 00:10 分类:问答VLC streaming using RTP
I am video streaming using RTP. At the receiver side I am getting packets like this... (I am printing 1 by开发者_Go百科te value(int))[详细]
2023-03-21 03:56 分类:问答