seek over TCP
amitchawla
amit at wowvision.in
Wed Aug 3 09:31:19 UTC 2016
Hi,
I am trying to implement seek over a TCP connection between two gstreamer
pipelines.
sender pipeline:
filesrc blocksize=4194304 location=C:/Users/Downloads/bbc-japan_1080p.mov !
tcpclientsink blocksize=4194304 async=false host=192.168.100.58 port=3000
receiver pipeline:
tcpserversrc host=192.168.100.58 port=3000 blocksize=4194304 ! decodebin
name=demux ! autoaudiosink demux. ! imxeglvivsink
In order to implement a flushing seek across the tcp connection, how would I
ensure flushing of the data between tcpclientsink and tcpserversrc ? Do I
have to make changes in the tcp plugins?
Regards
Amit
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/seek-over-TCP-tp4678930.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list