Re: [Discuss-gnuradio] Video Transmission over USRP

2012-09-25 Thread priyankar bhattacharjee
Can i use my own system as both a source as well as sink to test the same ? It is because i do not have two terminals at my disposal for the time being. I am proposing the following model : TX FlowGraph: vlc Streaming(UDP) (My PC?) -> GR UDP Source -> GR TX blocks RX FlowGraph:

Re: [Discuss-gnuradio] Video Transmission over USRP

2012-09-24 Thread Adeel Anwar
*Priyankar*, You can use "vlc player" to stream video at any udp port. In GnuRadio u can use UDP Source/sink blocks. TX FlowGraph: vlc Streaming(UDP) -> GR UDP Source -> GR TX blocks RX FlowGraph: GR RX blocks -> GR UDP Sink -> vlc Open-Network-stream -Adeel

[Discuss-gnuradio] Video Transmission over USRP

2012-09-24 Thread priyankar bhattacharjee
I am a novice in GnuRadio and am currently considering working on video transmission using USRP. Could you kindly provide me with details of work going on in this area and maybe the challenges faced too so that i that while learning the same, i could focus on finding solutions to some existing prob