discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] UDP streaming and queue-ing incoming ts stream to


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] UDP streaming and queue-ing incoming ts stream to be tx'ed by dvb-s2
Date: Wed, 19 Apr 2017 22:15:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Guy,

you're right, UDP alone doesn't work here.

However, the ZMQ PULL source would work :) ZMQ is available for practically every major programming language, so that might be an easy to use choice (or you use the matching ZMQ PUSH source in GNU Radio on the computer that sends the TS file via network).

Best regards,

Marcus



On 04/19/2017 10:10 PM, address@hidden wrote:
Hi Group,

I want to send a ts stream with gnuradio and dvb-s2.
I can already record (make) a ts file and copy it to Linux to be send by gnuradio running dvb-s2.
This works ok.

But now I want to send the ts file live to the Linux gnuradio pc via network.

But I think I need some queueing or something like that.
How can I otherwise tell to the udp client, to send the ts packets in a certain pace...?

Any advice on how to do this?

thanks
Guy Roelant
ON4BHM



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]