Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Search the Community

Showing results for tags 'stream'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • FIBARO Community
    • FIBARO Portal and Forum policy
    • FIBARO
    • Say hello!
    • Off-topics
  • FIBARO Update
    • FIBARO System Update
    • FIBARO Mobile Update
  • FIBARO Community Support
    • Scenes and Interface
    • FIBARO Products
    • FIBARO Mobile
    • FIBARO HomeKit
    • FIBARO Assistant Integrations
    • Other Devices / Third-party devices
    • Tutorials and Guides
    • Home Automation
    • Suggestions
  • FIBARO Społeczność
    • FIBARO
    • Przywitaj się!
    • Off-topic
  • FIBARO Aktualizacja
    • FIBARO System Aktualizacja
    • FIBARO Mobile Aktualizacja
  • FIBARO Wsparcie Społeczności
    • Sceny i Interfejs
    • FIBARO Urządzenia
    • FIBARO Mobilnie
    • FIBARO HomeKit
    • Integracja z Amazon Alexa i Google Home
    • Urządzenia Firm Trzecich
    • Poradniki
    • Automatyka Domowa
    • Sugestie

Categories

  • Scenes
  • Virtual Devices
  • Quick Apps
  • Icons

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Google+


Skype


Website URL


WhatsApp


Country


Gateway/s


Interests

Found 3 results

  1. Hello everyone,.. I am pleased to announce that the first version of QA for controlling the iEAST streamer has already been published. It's the Lite version. You can download it here on the Marketplace: https://marketplace.fibaro.com/items/ieast-hc3-lite-player Current version: Lite 1.0.0 Date of publication: 7/08/2020 Last update: 17/08/2020 FUNCTIONS The functions of this Quick App are: Allowing to control iEAST Player from Home Center 3. You can control one device. It does support basic and advanced functions: Basic Control Chose the device preset (radio station/stream) – if your device supported this Initiate playback Button for Playback, Stop, Prvevious and Next track Toggle button, Pause/Playback Button for MUTE (unMUTEd will be when set some volume) Basic Rendering Control Get player volume and mute state Set player volume to a specific level and unmute the player if muted Increase or decrease player volume Get or Set or Toggle player mute state (Mute or unmute the player) Get or Set or Toggle player loudness state Basic Rendering States Get URL stream from device Get Title and Artist from device Get Play status – play/stop/pause/mute Get Volume level Show the QA status QA Properties Enable QA Debug Mode RELEASE NOTES - changelog Version 1.0.0 For HC3 v5.031 Support standard capabilities (PlayerControl, PlayerStatus) Displaying information on the currently playing (with some exceptions) Fully controllable from the LUA scenarios (see available command list) Directly controll the one of three devices For the future Support for select LineIN play mode Support fot Equaliser Toggle for STOP/PLAY MASTER / slave multiroom control support (in the Enhanced version) For more information, visit the Marketplace page: https://marketplace.fibaro.com/items/ieast-hc3-lite-player The description is part of the package. In case of questions, please write eM. EDIT 20200918: For debug some communication problem, pleas visit this post:
  2. Hello! I've a MJPEG stream on my network at 192.168.1.46:8090/camera.mjpeg If I open the stream at my webbrowser, I see the stream correctly. I putted in the webportal of Fibaro in a new camera. Protocol: http IP: 192.168.1.46:8090 JPG URL: /camera.mjpeg MJPG URL: /camera.mjpeg Problem is: I see a good view of the cam in the webportal, but I don't see a view (it says: No Video) in the app. And if I make a "screenshot" by clicking on the camera-icon in the webportal, I get an email with a corrupted JPEG-file. What am I doing wrong? Please help!
  3. Hi there, my first time here, I am trying to capture a multipart XML-alertstream from a Hikvision IP camera, but since the stream never closes I never receive a response. The information within the stream, such as VMD, LINEDETECTION, FIELDDETECTION etc. will be used to trigger other scenes or VD's in my HC2 (v4.080). This is my test scene so far: fibaro:debug(tostring(fibaro:countScenes())) --to indicate how many instances are running local http = net.HTTPClient() http:request ('http://10.1.1.115/Event/notification/alertStream', { options = { method = "GET", headers = { ['Authorization'] = 'Basic XXXXXXXXXXXXXXXXXXXXX' } }, success = function (response) fibaro: debug (‘OK’) end, error = function (err) fibaro: debug (‘ERROR’) end }) fibaro: debug (‘End of Script’) When running the code, no OK or ERROR will show up, but immediately shows this: 1 End of Script Running the code again shows: 2 <-- is this an indication that the HTTP connection from instance 1 is still open? End of Script Additional info: The GET method works fine directly from my browser (http://<user>:<pwd>@10.1.1.115/Event/notification/alertStream), but the connection stays open while xml data is continuously being added. There’s no authorization issue since I am able to get a good response (single XML response) from a simple GET request. Final goal, of course, is to read response.data in order to do nice things with it. But since nothing shows up… Can someone point me in the right direction? Thanks in advance.
×
×
  • Create New...