Re: [Savonet-users] [savonet/liquidsoap] Support playing .m4a or .aac audio files (aac+) (#631)

2018-09-21 Thread Romain Beauxis
Closed #631.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/631#event-1861352889___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] Support playing .m4a or .aac audio files (aac+) (#631)

2018-09-21 Thread Romain Beauxis
Absolutely. You need to compile liquidsoap with `faad` for AAC decoding and 
everything should be fine!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/631#issuecomment-423698647___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-21 Thread Romain Beauxis
Thanks for report y'all. I'll try to have a look at it ASAP.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/630#issuecomment-423698447___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap support multiple radio stations at once? (#632)

2018-09-21 Thread Romain Beauxis
Thanks @Euguar !

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/632#issuecomment-423698355___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap support multiple radio stations at once? (#632)

2018-09-21 Thread Romain Beauxis
Closed #632.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/632#event-1861350672___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap support multiple radio stations at once? (#632)

2018-09-21 Thread strelkovandreyvalerievich
Thank you, that's what I wanted to see!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/632#issuecomment-423528409___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap support multiple radio stations at once? (#632)

2018-09-21 Thread Euguar
The simple config is:
```
#PATHS
popmusic=playlist(mode="randomize","/path/to/pop/playlist.m3u")
rockmusic=playlist(mode="randomize","/path/to/rock/playlist.m3u")
classicmusic=playlist(mode="randomize","/path/to/classic/playlist.m3u")

popbroadcasting=mksafe(popbroadcasting)
rockbroadcasting=mksafe(rockbroadcasting)
classicbroadcasting=mksafe(classicbroadcasting)

#OUTPUT POP LIVE
output.icecast(%ogg(%vorbis(channels=2,quality=0.2,samplerate=48000)),
mount="/pop.ogg",
format="application/ogg",
host="192.168.0.1",
port=8000,
password="hackme",
public=false,
genre="Pop",
url="http://mypopstation.com/;,
description="Pop music radio station.",
name="Pop Radio",
popbroadcasting)

#OUTPUT ROCK LIVE
output.icecast(%ogg(%vorbis(channels=2,quality=0.2,samplerate=48000)),
mount="/rock.ogg",
format="application/ogg",
host="192.168.0.1",
port=8000,
password="hackme",
public=false,
genre="Pop",
url="http://myrockstation.com/;,
description="Rock music radio station.",
name="Rock Radio",
rockbroadcasting)

#OUTPUT CLASSIC LIVE
output.icecast(%ogg(%vorbis(channels=2,quality=0.2,samplerate=48000)),
mount="/classic.ogg",
format="application/ogg",
host="192.168.0.1",
port=8000,
password="hackme",
public=false,
genre="Classic",
url="http://myclassicstation.com/;,
description="Classic music radio station.",
name="Classic Radio",
classicbroadcasting)
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/632#issuecomment-423498320___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-21 Thread MCOfficer
the last lines of the gstreamer debug log are:
```
0:00:12.545231652  6395 0x7f9e181eede0 LOG rtmp :0::   
0020:  ab c4 75 ed d8 91 b9 e1  d9 23 0e b3 7c 82 3e 92   ..u..#..|.>.
0:00:12.545251372  6395 0x7f9e181eede0 LOG rtmp :0::   
0030:  84 2d 65 91 9c 05 03 f3  bf 94 3f 14 6f ef 31 46   .-e...?.o.1F
0:00:12.545270631  6395 0x7f9e181eede0 LOG rtmp :0::   
0040:  80 16 5f f0 c6 07 d0 17  9c 3b 43 62 98 9b 4d 71   .._..;Cb..Mq
0:00:12.545290131  6395 0x7f9e181eede0 LOG rtmp :0::   
0050:  6d f0  m.
0:00:12.545330851  6395 0x7f9e181eede0 DEBUG   basesink 
gstbasesink.c:3577:gst_base_sink_chain_unlocked: object unref after 
render 0x7f9e10013600
0:00:12.545357901  6395 0x7f9e181eede0 DEBUG GST_SCHEDULING 
gstpad.c:4324:gst_pad_chain_data_unchecked: called 
chainfunction _base_sink_chain with buffer 0x7f9e10013600, returned ok
0:00:12.545381550  6395 0x7f9e181eede0 LOG   aggregator 
gstaggregator.c:1146:gst_aggregator_aggregate_func: flow return is ok
0:00:12.545404590  6395 0x7f9e181eede0 LOG   aggregator 
gstaggregator.c:398:gst_aggregator_check_pads_ready: checking pads
0:00:12.545424710  6395 0x7f9e181eede0 LOG   aggregator 
gstaggregator.c:456:gst_aggregator_check_pads_ready: pad not ready 
to be aggregated yet
0:00:12.545452660  6395 0x7f9e181eede0 DEBUG flvmux 
gstflvmux.c:1814:gst_flv_mux_get_next_time_for_segment: next_time: 
0:00:00.0
0:00:12.545474309  6395 0x7f9e181eede0 LOG   aggregator 
gstaggregator.c:664:gst_aggregator_wait_and_check: Waiting for src on 
thread 0x7f9e181eede0
```
(there are hundreds of similar `rtmp :0::` lines above this)
so it *does* send something to YT, but it seems that the thread mentioned in 
the last message never finished (which might also be the reason why i can't end 
liquidsoap, it's waiting for a thread that never ends)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/630#issuecomment-423491406___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


[Savonet-users] [savonet/liquidsoap] Liquidsoap support multiple radio stations at once? (#632)

2018-09-21 Thread strelkovandreyvalerievich
Want to make music folders separated by genre, and that Liquidsoap was 
broadcast them all at once on different mountpoint icecast
(each folder is a separate radio)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/632___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


[Savonet-users] [savonet/liquidsoap] Support playing .m4a or .aac audio files (aac+) (#631)

2018-09-21 Thread strelkovandreyvalerievich
Good day,
The Liquidsoap supports playing files in the AAC+codec in playlists?
I want to store all the music in aac+ format (32 kbit) for less space on the 
hard drive, and then broadcast it in AAC+ 32 kbit format

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/631___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users