Re: Real-time video streaming

2020-03-09 Thread Ahmet DEMIR
Hello Marcus, I understand what I can use in my project, but I have a problem. Can you inform me how I can give my real-time video(taken from camera) as input to the uhd_packet_tx_tun example. For example, when I use a 'file source' block at the input, it says that "No connection known between

Re: Real-time video streaming

2020-03-07 Thread Marcus Müller
I'd really recommend using uhd_packet_tx_tun or any other of the current examples over tunnel.py, which we mourningly¹ retired² a while³ ago. Tunnel.py was meant as a demo of how to make GNU Radio work with network interfaces, and as a proof of concept that you can make GNU Radio your real-world

Re: Real-time video streaming

2020-03-07 Thread Ahmet DEMIR
Hello Sumit, Thanks a lot for the help firstly. I want to ask you a number of questions. Which video encoding method are you using in your project? I am asking this because this is a part of my thesis study and my teacher wants me to encode the video by using H.264. I am beginner in this area. Can

Re: Real-time video streaming

2020-03-07 Thread sumit kumar
Hello Ahmet, If can make tunnel script working , then video transmission using vlc will be very straightforward. We did this long back https://youtu.be/bKF67pFQy1k Regards Sumit On Sat, Mar 7, 2020, 9:54 AM Ahmet DEMIR wrote: > Hi, > Thanks for the help. > I am trying to stream a real time

Real-time video streaming

2020-03-07 Thread Ahmet DEMIR
Hi, Thanks for the help. I am trying to stream a real time video taken from a camera. I know that I will use gstreamer to take and encode the video. And then pass it to the gnuradio and do some digital processing operations on it. And lastly by using a usrp, I will transmit it in radio frequency