Re: [gst-embedded] How to Playing-Pausing-Playing a pipeline

2010-09-13 Thread Andrey Nechypurenko
Hi Fabio, >I am working on a ARM video server streaming a H264 flow of data over RTP >protocol. >I am using appsrc module to inject data into the pipeline. >The server must start/stop streaming on remote-request basis; I am working on the similar functionality for my hobby project (www.gitorio

[gst-embedded] How to Playing-Pausing-Playing a pipeline

2010-09-09 Thread f1962
Hi all... I am working on a ARM video server streaming a H264 flow of data over RTP protocol. I am using appsrc module to inject data into the pipeline. The server must start/stop streaming on remote-request basis; to satisfy this request I do gst_element_set_state (pipeline, GST_STATE_PLAYING) to