Coder Social home page Coder Social logo

Comments (3)

NoNeedForAName123 avatar NoNeedForAName123 commented on September 27, 2024

sorry I was wrong way. D: No data input is not coming from the missing port :-(
My stream are vbr (variable bit rate). If set the bitrate in the "datamode == INIT" Block to 128 instead of 0 the music is played with gaps.
Line 1639 looks like:
bitrate = 192 ; // Bitrate still unknown

from esp-radio.

Edzelf avatar Edzelf commented on September 27, 2024

This stream is not a standard Icecast stream. The "icy-headers" are missing.
The software expect something like:
.
.
D: icy-br:192
D: ice-audio-info: bitrate=192
D: icy-br:192
D: icy-genre:Talk
D: icy-name:Radio 1
D: icy-pub:0
D: icy-url:http://www.radio1.nl
D: icy-metaint:16000
.
.

from esp-radio.

NoNeedForAName123 avatar NoNeedForAName123 commented on September 27, 2024

The stream itself sound very good. There are only a few gaps, not very often. This morning i saw on my squuezebox that the stream delivers cover/station/album art. I think that the problem. Do you have an idea how this pictures are encoded/embedded? Is there a spec available?
I only found: http://wiki.shoutcast.com/wiki/SHOUTcast_2_%28Ultravox_2.1%29_Protocol_Details
--> Known Message Types -->
class type description
....
0x4 0x0xx Station logo (see 'Image Notes' for xx details)
0x4 0x1xx Album art (see 'Image Notes' for xx details)
.....
Where xx is
00 image/jpeg
01 image/png
02 image/bmp
03 image/gif

from esp-radio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.