Discussion:
[FFmpeg-user] Which format and vcodec to use for watching live Streaming in Android Mobile
Abhisek Techie
2018-10-30 06:08:53 UTC
Permalink
Hi,

I am trying to watch live feeds from remote camera through android mobile
by connecting to ffserver .

I have tried using 3GP and MP4 containers , *but for both I am getting
"muxer does not support non seekable output" .*

*I would like to know which format should I use for watching live feeds in
mobile* .
I did a web search and found that MP4 and 3GP formats are most widely used
but using these formats give me error .

Below are few more details for your reference :

1.Command used by me to post the live feeds to ffserver -
ffmpeg -f v4l2 -r 25 -s 320*240 -i /dev/video0 -b:v 215k
http://myserverip:port/feed1.ffm

2.ffserver feed and stream details
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 20M
</Feed>

<Stream Live.h264>
Feed feed1.ffm
Format 3gp
VideoCodec libx264
VideoFrameRate 25
VideoBitRate 215
VideoQMin 1
VideoQMax 5
VideoSize 320*240
VideoIntraOnly
NoAudio
PreRoll 0
</Stream>
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with subje
Abhisek Techie
2018-11-01 13:38:33 UTC
Permalink
Hi,
Since , ffserver is not supported I configured rtmp module in nginx .But
still want to know which format to use for watching live stream in android
mobile.

flv is seekable but not supported by android.

mp4 and 3gp are not seekable but supported by android.

Hence, I am not able to use any of the above formats for live streaming.
Post by Abhisek Techie
Hi,
I am trying to watch live feeds from remote camera through android mobile
by connecting to ffserver .
I have tried using 3GP and MP4 containers , *but for both I am getting
"muxer does not support non seekable output" .*
*I would like to know which format should I use for watching live feeds
in mobile* .
I did a web search and found that MP4 and 3GP formats are most widely used
but using these formats give me error .
1.Command used by me to post the live feeds to ffserver -
ffmpeg -f v4l2 -r 25 -s 320*240 -i /dev/video0 -b:v 215k
http://myserverip:port/feed1.ffm
2.ffserver feed and stream details
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 20M
</Feed>
<Stream Live.h264>
Feed feed1.ffm
Format 3gp
VideoCodec libx264
VideoFrameRate 25
VideoBitRate 215
VideoQMin 1
VideoQMax 5
VideoSize 320*240
VideoIntraOnly
NoAudio
PreRoll 0
</Stream>
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with subject "unsubscri
Dennis Mungai
2018-11-01 14:04:02 UTC
Permalink
You may want to look into using hls.

For usage reference, see:

ffmpeg -h muxer=hls
Post by Abhisek Techie
Hi,
Since , ffserver is not supported I configured rtmp module in nginx .But
still want to know which format to use for watching live stream in android
mobile.
flv is seekable but not supported by android.
mp4 and 3gp are not seekable but supported by android.
Hence, I am not able to use any of the above formats for live streaming.
Post by Abhisek Techie
Hi,
I am trying to watch live feeds from remote camera through android
mobile
Post by Abhisek Techie
by connecting to ffserver .
I have tried using 3GP and MP4 containers , *but for both I am getting
"muxer does not support non seekable output" .*
*I would like to know which format should I use for watching live feeds
in mobile* .
I did a web search and found that MP4 and 3GP formats are most widely
used
Post by Abhisek Techie
but using these formats give me error .
1.Command used by me to post the live feeds to ffserver -
ffmpeg -f v4l2 -r 25 -s 320*240 -i /dev/video0 -b:v 215k
http://myserverip:port/feed1.ffm
2.ffserver feed and stream details
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 20M
</Feed>
<Stream Live.h264>
Feed feed1.ffm
Format 3gp
VideoCodec libx264
VideoFrameRate 25
VideoBitRate 215
VideoQMin 1
VideoQMax 5
VideoSize 320*240
VideoIntraOnly
NoAudio
PreRoll 0
</Stream>
_______________________________________________
ffmpeg-user mailing list
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg
Abhisek Techie
2018-11-02 05:16:37 UTC
Permalink
Thanks for the pointer , will check
Post by Dennis Mungai
You may want to look into using hls.
ffmpeg -h muxer=hls
Post by Abhisek Techie
Hi,
Since , ffserver is not supported I configured rtmp module in nginx .But
still want to know which format to use for watching live stream in
android
Post by Abhisek Techie
mobile.
flv is seekable but not supported by android.
mp4 and 3gp are not seekable but supported by android.
Hence, I am not able to use any of the above formats for live streaming.
Post by Abhisek Techie
Hi,
I am trying to watch live feeds from remote camera through android
mobile
Post by Abhisek Techie
by connecting to ffserver .
I have tried using 3GP and MP4 containers , *but for both I am getting
"muxer does not support non seekable output" .*
*I would like to know which format should I use for watching live
feeds
Post by Abhisek Techie
Post by Abhisek Techie
in mobile* .
I did a web search and found that MP4 and 3GP formats are most widely
used
Post by Abhisek Techie
but using these formats give me error .
1.Command used by me to post the live feeds to ffserver -
ffmpeg -f v4l2 -r 25 -s 320*240 -i /dev/video0 -b:v 215k
http://myserverip:port/feed1.ffm
2.ffserver feed and stream details
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 20M
</Feed>
<Stream Live.h264>
Feed feed1.ffm
Format 3gp
VideoCodec libx264
VideoFrameRate 25
VideoBitRate 215
VideoQMin 1
VideoQMax 5
VideoSize 320*240
VideoIntraOnly
NoAudio
PreRoll 0
</Stream>
_______________________________________________
ffmpeg-user mailing list
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
_______________________________________________
ffmpeg-user mailing list
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-r

Loading...