Hello!
Fistly, congratulations for this fantastic plugin. Live Tv is one of the most demanded features by some enthusiastic users, and it will help to improve other projects in this section to a better stage respect other media centers ;-).
I have a pair of questions:
STREAMING TO ANDROID: I don´t know if Ffmpeg is able to stream with "RTSP" protcol. In any case, it`s possible to stream (using these protocol) all files and media formats that Videolan can plays with its own broadcast feature to all type of Android devices and Mobo player for example. (I tested it on a Xperia X10 mini that has a very modest hardware).
Is it possible to create a new profile with this videolan parameters (i don´t know for Ffmpeg) ?
The code above is a standard example and it doesn´t work very smoothly yet. But every user could adjust the parameters attending to his own device behaviour.
Last question. I guess it will be in relation to firewalls, ports, etc. But is it possible to access MPWebStream from outside LAN? For example, over the internet with "http://username.dyndns.org:8080"?
Thanks.
Fistly, congratulations for this fantastic plugin. Live Tv is one of the most demanded features by some enthusiastic users, and it will help to improve other projects in this section to a better stage respect other media centers ;-).
I have a pair of questions:
STREAMING TO ANDROID: I don´t know if Ffmpeg is able to stream with "RTSP" protcol. In any case, it`s possible to stream (using these protocol) all files and media formats that Videolan can plays with its own broadcast feature to all type of Android devices and Mobo player for example. (I tested it on a Xperia X10 mini that has a very modest hardware).
Is it possible to create a new profile with this videolan parameters (i don´t know for Ffmpeg) ?
:sout=#transcode{soverlay, ab=64, samplerate=44100,channels=2, acodec=mp4a, vcodec=h264, width=480,height=320,fps=25,vb=400,venc=x264{vbv-bufsize=10000, partitions=all,level=12,no-cabac, subme=7, threads=4, ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2, direct=auto, qcomp=0.0, qpmax=51}}:gather:rtp{mp4a-latm, sdp=rtsp://0.0.0.0:1234/stream.sdp}
The code above is a standard example and it doesn´t work very smoothly yet. But every user could adjust the parameters attending to his own device behaviour.
Last question. I guess it will be in relation to firewalls, ports, etc. But is it possible to access MPWebStream from outside LAN? For example, over the internet with "http://username.dyndns.org:8080"?
Thanks.