![]() |
2013-12-04
, 18:52
|
Posts: 72 |
Thanked: 184 times |
Joined on Apr 2011
@ Germany
|
#2
|
Hi there,
I was thinking about buying something like this, a radio which has a delay function so you can do "timeshift" with it (with this, I can delay / pause the sound for a couple of seconds so I can watch any sports on TV synced with the FM radio commentary)
gst-launch pulsesrc device=sink.hw0.monitor
The Following 2 Users Say Thank You to Oblomow For This Useful Post: | ||
![]() |
2013-12-04
, 19:33
|
Posts: 37 |
Thanked: 11 times |
Joined on Feb 2010
|
#3
|
![]() |
2013-12-04
, 20:58
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#4
|
Would it be possible to write the FM radio output to a buffer or something like that, effectively "pausing" the radio stream so I can listen to it a couple of seconds "behind" live streaming?
gst-launch autoaudiosrc device=hw:1 ! audioconvert ! queue min-threshold-time=1000000000 ! autoaudiosink
git clone git@gitorious.org:harmattan-projects/gst-plugins-good.git
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2013-12-04
, 21:31
|
Posts: 37 |
Thanked: 11 times |
Joined on Feb 2010
|
#5
|
![]() |
2013-12-04
, 23:08
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#6
|
g_object_set(G_OBJECT(radio), "output", CFM_RADIO_OUTPUT_MUTE, NULL);
The Following 3 Users Say Thank You to javispedro For This Useful Post: | ||
![]() |
2013-12-21
, 22:37
|
Posts: 37 |
Thanked: 11 times |
Joined on Feb 2010
|
#7
|
![]() |
2013-12-21
, 23:00
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#8
|
Noob alert: I've had some free time but I've not been able to compile cfmradio for the N900. I tried compiling the (modified) source using make, after installing build-essential-tools, but no luck.
Could you perhaps point me in the right direction here?
Thank you very much
I was thinking about buying something like this, a radio which has a delay function so you can do "timeshift" with it (with this, I can delay / pause the sound for a couple of seconds so I can watch any sports on TV synced with the FM radio commentary)...
...and then I thought of my beloved N900 which has saved me so many times before doing things my Android phone can't.
Would it be possible to write the FM radio output to a buffer or something like that, effectively "pausing" the radio stream so I can listen to it a couple of seconds "behind" live streaming? I know it's possible to do this with live stations on the web, but they're already too much delayed, so I need this done with the FM receiver.
Any thoughts?
And of course, thank you as always!