Hi,
i'm still working on this code abot 2 weeks...
and i found a problem on linux ubuntu platform... rtmp call using pmsencoder is not working on linux...
the reason is that... while rtmpdump download as weel the stream into download pipe... ffmpeg is not able to open and transcode that pipe until
the reading from stream rtmp is ended..
so pms server, connect to rtmp stram download it.. but all the process are stopped here :
RandomAccessFile raf = new RandomAccessFile(linuxPipeName, "r"); (pipeprocess.java )
i test that problem out of the box..
using command line rtmpdump and ffmpeg in not possible to see the transcodend video using vlc untile rtmpprocess in dead..
there is anyone that use rtmp streaming transconding with pmsencoder on linux platform ??!!!
