Simon
Simon
This thread helped me a lot. Here is my take on the issue based on what I've read here. Hope it will be useful. ``` #!/usr/bin/env python3 import sys import...
Hi, The ConfNotSupportedException means that streaming is not possible on your particular device, with the settings you have provided... You need to try a different combination of (resolution, frame rate,...
Hi ! If you are using vlc to play the stream, you can easily control the size of the cache and therefore the latency (vlc "rtsp://xxx.xxx.xxx.xxx:8086/" --network-caching=500). By default, it...
Yeah sure, as long as you comply with the GPL, it's fine by me !
Hi, Is the example 3 streaming to wowza ? What message do you get when you press "start" in the example 3 ? This error is normal as long as...
Also, see what I said to this folks, may help you as well: https://github.com/fyhertz/libstreaming-examples/issues/2
Hi, Could you paste logs from logcat here, so that I know where the problem is exactly. Thanks
Hi, Is the example 3 streaming to wowza properly ?? (the start button should become a stop button when everything works properly) If the start button stays disabled forever, try...
Hi folks, Indeed ! I am not working on libstreaming anymore. I was a student when I started the project as a side activity. I am not dead, just working...
I like the idea. Which would you prefer? Apache or LGPL? I don't know much about the differences between the two.