NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 26 27 28 29 30 … 102 Next »
Looking to timeshift live radio

 
  • 0 Vote(s) - 0 Average
Looking to timeshift live radio
drchops
Offline

Junior Member

Australia
Posts: 22
Threads: 2
Joined: May 2023
#11
2023-06-02, 10:51 PM (This post was last modified: 2023-06-03, 12:23 AM by drchops.)
Generally the audio inputs work (ie in Windows) but not certain within the context of NextPVR.

I had another question. Would NextPVR support the use case where I wanted to watch the start of a program that is currently recording?

Also I wanted to say thanks for this support.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#12
2023-06-02, 11:51 PM
The stereo mixer device will need to be enabled so confirm that and some Windows drivers won't allow direct show capturing, we shall see.

Martin
drchops
Offline

Junior Member

Australia
Posts: 22
Threads: 2
Joined: May 2023
#13
2023-06-03, 01:15 AM (This post was last modified: 2023-06-03, 01:35 AM by drchops.)
(2023-06-02, 11:51 PM)mvallevand Wrote: The stereo mixer device will need to be enabled so confirm that and some Windows drivers won't allow direct show capturing, we shall see.

Martin

Is the stereo mix device required to record from the mic input?

Sterio mix is enabled btw

I wonder if the easiest option is to create a stream in vlc and then add it to NextPVR?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#14
2023-06-03, 03:01 AM
For a radio output you would use audio in not a mic input unless you really were using one. If you can write a VLC script to output to stdout sure that is possible. I feel ffmpeg will be easier.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#15
2023-06-03, 03:18 PM
From the command prompt try

cd "C:\Program Files\NextPVR\Other"

run

ffmpeg -f dshow -list_devices true -i dummy

Find the the device that is line input something like this

[dshow @ 000002cb5f9c60c0] "Line In (Realtek® Audio)" (audio)

the see if if plays with

ffplay -f dshow -i audio="Line In (Realtek® Audio)"

Once you get working that we can create an extra. I leave it to you to get ffplay working.

Martin
drchops
Offline

Junior Member

Australia
Posts: 22
Threads: 2
Joined: May 2023
#16
2023-06-03, 11:04 PM
libavutil      57. 28.100 / 57. 28.100
  libavcodec    59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter    8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample  4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Input #0, dshow, from 'audio=Microphone (Realtek High Definition Audio)':
  Duration: N/A, start: 728119.387000, bitrate: 1411 kb/s
  Stream #0:0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
728123.87 M-A:  0.000 fd=  0 aq=    0KB vq=    0KB sq=    0B f=0/0

Yep, that works. I don't have a line in but by juggling the input and output volumes the mic input sounds fine.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#17
2023-06-03, 11:11 PM
Does the stereo mix device also come up? I guess it doesn't matter if your PC doesn't have audio in.

Because of the impedance I suspect it will sound poor but if you are happy that is what counts.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#18
2023-06-03, 11:42 PM (This post was last modified: 2023-06-04, 07:49 AM by mvallevand.)
I would create this as extras-ABC-Melbourne.xml in the NextPVR data directory. Then rescan NextPVR devices and it should be available as a device to listen to.

Code:
<extras title="Local Radio">
        <channel name="ABC Melbourne" number="25" service_type="2">
                <command>ffmpeg</command>
                <args>-v panic -f dshow -i audio="Microphone (Realtek High Definition Audio)" -vcodec none -acodec aac  -b:a 192k  -f mpegts -</args>
        </channel>
</extras>

Martin
drchops
Offline

Junior Member

Australia
Posts: 22
Threads: 2
Joined: May 2023
#19
2023-06-04, 04:56 AM (This post was last modified: 2023-06-04, 05:05 AM by drchops.)
(2023-06-03, 11:42 PM)mvallevand Wrote: I would create this as extras-ABC-Melbourne.xml in the NextPVR data directory.  Then rescan NextPVR devices and it should be available as a device to listen to.

Code:
<extras title="Local Radio">
        <channel name="ABC Melbourne" number="25" service_type="2">
                <command>ffmpeg</command>
                <args>-v panic -f dshow -i audio="Microphone (Realtek High Definition Audio)" -vcodec none -acodec aac  -b:a 192k  -f mpegts -</args>
        </channel>
[/extras]

Martin

Thanks for that Martin, it's not working. When I hit refresh there are no additional devices. I also tried changing the last line to </extras> 

I've also attached a screenshot in case I've done anything silly.


Attached Files Thumbnail(s)
   
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#20
2023-06-04, 07:49 AM
You put it in the wrong folder, it should be the data folder but I did make a mistake on my original post with the last extras.

Maritn
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  BUG: if Live TV Buffer Directory gets deleted can't watch live tv yanivf 0 14 6 hours ago
Last Post: yanivf
  Not picking unused tuner to record while watching live tv dlindyds 5 293 2025-06-21, 10:34 PM
Last Post: dlindyds
  Live TV stopping every few minutes Schtele Bunzorz 3 211 2025-06-17, 11:53 PM
Last Post: mvallevand
  Micro stutter live and recorded TV dallascowboy23 10 770 2025-05-31, 06:39 AM
Last Post: three6zerocool
  Cant watch live TV Bobbybear 3 457 2025-03-23, 03:49 PM
Last Post: Bobbybear
  Fail To start Live TV PeterK2003 2 428 2024-12-15, 10:30 PM
Last Post: PeterK2003
  Radio channels in the TV section Marvi 61 5,461 2024-11-06, 10:40 AM
Last Post: Marvi
  DVB radio streams stopping JP23 7 954 2024-09-03, 12:42 PM
Last Post: mvallevand
  Random freeze while watching Live TV. three6zerocool 11 1,515 2024-08-25, 01:47 PM
Last Post: mvallevand
  Android Walmart Onn.TV box (gen 1, 2 and pro) Live TV buffering every few minute txinga 7 1,127 2024-05-31, 06:14 PM
Last Post: txinga

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode