libstreaming icon indicating copy to clipboard operation
libstreaming copied to clipboard

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android

Results 112 libstreaming issues
Sort by recently updated
recently updated
newest added

helo dear i search many for LibStreaming its work for camera but i want to capture my screen and then want to be transmit but i dont find any solution...

I am thinking about using mediaprojection and libstreaming to cast my android screen to other device. Is that possible? I don't know how to replace camera input with screen capture.......

hi, i try to change camera input with media projection (record screen capture). is it possible to change camera input?and how?

Hi, I successfully applied this library to send H264 Video and use example of H264 receiver code. But I didn't find out any example to receive AAC or other format...

We are working on an open source Android streaming client that for now is only working using RTP as transport protocol and only decodes H264 encoded video. While we were...

I'm trying Example 3 with Wowza . All works fine on local network, but I have problem if smartphone try to connect on wowza by server public ip address. I...

enhancement

I have changed the video quality as follows ,.setAudioEncoder(SessionBuilder.AUDIO_AAC).setVideoQuality(new VideoQuality(480,360,30,500000)).setAudioQuality(new AudioQuality(8000, 16000)) .setVideoEncoder(SessionBuilder.VIDEO_H264). When i play this video on Test Players at the Wowza server i can see some green...

I use libstreaming for a server, and play in vlc, but find it can work at 320x240, but can not work when resolution greater than 320x240, this is the error...

does this library has RTCP support? After extensive search i cannot find any python and java based RTCP library. Does any such library happen to exist?