| Reply | « Previous Thread | Next Thread » |
|
Hallo everybody,
I wanted to know how to stream video, with gstreamer, from the Nokia N810 to my local PC I have no problem building my sending pipeline but my pipeline on my local PC does not and all i found on the internet is how to make it with an SDP file an the VLC player. my sending pipeline looks like this : gst-launch-0.10 v4l2src ! \ video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)15/1 ! \ hantro4200enc stream-type=1 profile-and-level=1001 ! \ video/x-h263,framerate=\(fraction\)15/1 ! rtph263ppay mtu=1438 ! \ udpsink host=$HOST port=$VPORT thx for your help |
|
I want to create a thumbnail for an video clip depending on the time which i hve to give in pipeline.
What I did: There is a property called "thumbnail" and "time" included in demuxer. Thumbnail is set to FALSE by default. On setting it to TRUE, thumbnail of that frame can be retrieved. The code should be modified to retrieve the nearest I-Frame based on the time property. The pipeline is gst-launch psf_3gp_demux location="filename" thumbnail=TRUE time=33900 ! video_decoder ! jpeg_encoder ! filesink location="path for creating thumbnail" where time is in milli seconds. This was what I did. As per the requirement, While transcoding( from mp4sp to h263p3 ) I have to create a thumbnail and encoding the file parallelly. Please Give some idea. |
| nandennagari |
| View Public Profile |
| Find all posts by nandennagari |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| video streaming in mobile | premlathiya | Mobile Java General | 5 | 2009-06-04 23:13 |
| Video Streaming Buffer | alessiobwb | Symbian Media (Graphics & Sounds) | 1 | 2007-07-22 09:03 |
| Video Streaming Server | jilko | Streaming and Video | 2 | 2007-03-27 23:59 |
| RTSP video streaming issue on 6280 | olivier_irac | General Discussion | 0 | 2006-12-04 16:11 |