rtp
Using DirectX api to view h264 stream decoded by FFMPEG
I am trying to stream a video between t开发者_运维问答wo clients. Client A shall upstream the video to a server in h264 format and Client B shall downstream it from the server. To downstream, I am us[详细]
2023-03-03 23:08 分类:问答Stream H264 To Android Using FFMPEG
I\'m trying to stream a .ts file containing H.264 and AAC as an RTP stream to an Android device. I tried:[详细]
2023-03-03 21:12 分类:问答Playing Live RTP streams on android
I am trying to build a client on android that will receive RTP streams and play it. I have searched on stackoverflow and Google, and found that MediaPlayer class can be used for this. But the MediaPla[详细]
2023-03-03 03:15 分类:问答Android: mpeg4/H.264 packetization example
I need to split mpeg4 video stream (actually from android video came开发者_开发百科ra) to send it through RTP.[详细]
2023-03-02 17:48 分类:问答Java RTP/HTTP Streaming
i\'m decoding and encoding a videofile via Xuggle to FLV-video format and send it via Sockets to my java server (not the entire file, only parts of it every X seconds). On the server-side I get the en[详细]
2023-03-01 12:28 分类:问答How do I packettize a video frame with JRTP
I am trying to take a video frame that I have and packettize it into various RTP packets. I am using jrtp, and am working in C++, can this be done with this library? If so how do开发者_如何学运维 I go[详细]
2023-02-28 11:28 分类:问答How to stream live video in HTML5?
I\'m looking for a way to broa开发者_高级运维dcast a live video taken from a webcam or camera rooted to a PC.[详细]
2023-02-24 00:47 分类:问答Live555 on Android
I\'m trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there\'re always various problems on different ROMs or different network status(UDP packet[详细]
2023-02-20 23:46 分类:问答Payload Type to transmit the webcam stream
I would like to know the payload type, from the list that appears in the rfc3551 (http://www.ietf开发者_开发问答.org/rfc/rfc3551.txt page 33), to transmit, via RTSP, the webcam stream.[详细]
2023-02-20 05:42 分类:问答RTSP Client in Android
The same question might have been asked but I didn\'t find any solutions available for me. I\'m trying to play RTSP stream in android and the server is Darwin streaming server. For now I’ve tried Vi[详细]
2023-02-18 22:40 分类:问答