libstreaming-examples
libstreaming-examples copied to clipboard
Some examples of how to use libstreaming
hi everyone i have tried streaming with front cam but it not working Could you please suggest me what can i do .. and i have one more question Is...
According to what I read, you need the SDP file to play it but I can't find the session description from the log. I also don't know how to play...
Hi, I found that the max resolution example1 is 720_480,if I changed the resolution was 1080_720 or others,the example APP would crash. My camera supports 13 million pixels,The log likes:...
Hi! I am trying to use example 2 in a Nexus 7. I write the ip and I click start. When i use spd file in VLC, I only see...
Hi there, I want to ask about how to custom/create new RTSPServer on example 2. I have try custom RTSP Server on Example 2 but no luck. Any feedback appreciated....
I find it can work at 320x240, but can not work when resolution greater than 320x240, 01-10 14:52:27.258: I/H264Stream(12959): configure mMode:1 mQuality:640x480 px, 20 fps, 500 kbps 01-10 14:52:27.258: D/MP4Config(12959):...
i used this library but when i start video come error connection lost (java.net.socketexception) , and response give 401 Unauthorization, URL: rtsp://139.59.33.206:1937/mystream/live following line was request sent: SETUP rtsp://139.59.33.206:1937/mystream/live/trackID=0 RTSP/1.0...
Example 1 is working for me, however, when i try to connect to the phone while on LTE cellular data, the VLC throws an error saying: **Connection failed VLC could...
I tried to stream with different resolutions but only can work with 320x240 and 176x144. ``` SessionBuilder.getInstance() .setSurfaceView(mSurfaceCamera) .setPreviewOrientation(90) .setContext(getApplicationContext()) .setAudioEncoder(SessionBuilder.AUDIO_NONE) .setVideoEncoder(SessionBuilder.VIDEO_H264) .setVideoQuality(new VideoQuality(320, 240, 20, 500000)); // Starts the...
Hi, First of all I really like you library, so thank you for such a great contribution. Now I tried you running your example for rtsp but I can't seem...