Do try test it the others users!?!

I don't know. The app uses the TV player. If it support the stream then the app play it.matrixabc wrote:Is your app can opening streaming of ip webcam( probability mjpeg )
Transcoding mjpeg stream from http://192.168.0.100:8080/video (address to IPWebcam stream in local network) and streaming it by HLS via ffmpeg appmatrixabc wrote:If you have a telephone with android you make download "IPWebcam" and check it, but i dont see options to change video streaming.
Code: Select all
chmod +x /mtd_rwcommon/ffmpeg
Code: Select all
<item>
<tvid>999</tvid>
<source>OnlineTV</source>
<title>My IPWebCam</title>
<link>http://127.0.0.1:1080/hls/playlist.m3u8</link>
<image>None</image>
<type>HLS</type>
<ch_category>
<id_category />
</ch_category>
<description> </description>
</item>
Code: Select all
/mtd_rwcommon/ffmpeg -f mjpeg -r 8 -i "http://192.168.0.100:8080/video" -vcodec mpeg4 -r 25 -f ssegment -segment_list /dtv/www/hls/playlist.m3u8 -segment_list_type hls -hls_flags delete_segments -segment_list_size 10 -segment_list_flags +live -segment_time 10 /dtv/www/hls/out%03d.ts