Getting started
Using bintuβ
bintu is the API for nanoStream Cloud. You can use it via the nanoStream Cloud Dashboard or the API.
To get started with the nanoStream Dashboard, sign in with your existing nanoStream account.
If you donβt have an account yet, you can sign up, or get in touch with our sales team via nanocosmos.de/contact or by email at sales(at)nanocosmos.net.
Need help accessing an existing organization or unsure how to proceed?
π Check the Authentication section for step-by-step guidance on creating an account, logging in, and requesting access from your system administrator.
Dashboard
The nanoStream Cloud Dashboard is a web-based tool implemented and designed to provide users with an intuitive and comprehensive overview of their streaming activities.
Bintu API
bintu.live is a stream management platform used by nanoStream for end to end live streaming services. bintu live can be used to create, manage, group and tag live streams.
What you needβ
To create and broadcast a live stream, you need a live source. This can be either a webcam, external camera, streaming device, or even your PC screen. To send a live stream to nanoStream Cloud, you need a streaming software or hardware, or just your browser which directly can be used to send a live stream to your audience.
See our introduction videos and tutorials for step-by-step instructions!
- Videos
- Getting started with the OBS Software
- Getting started with nanoStream Webcaster from the browser
Create a nanoStream account (bintu)β
π Visit the Getting started section of the nanoStream dashboard to get guidance on creating an account, logging in, and requesting access from your system administrator.
Create a new live streamβ
Create a new stream
Learn how to set up and start your live stream with nanoStream.
Stream Overview
Understand how to read stream data.
Start a live stream broadcastβ
Once you created a stream via the dashboard, you will see stream instructions to start your stream.
Learn more in the dashboard docs about the Instructions page.
To start a live stream broadcast, you need a live encoder software, either based on an RTMP Live Encoder application
, or the browser-based nanoStream Webcaster broadcaster.
You can use 3rd part software like OBS (Open Broadcaster) or professional Live Encoders like Elemental Live.
The primary ingest protocol is RTMP.
Live Encoder Usageβ
Copy/paste the ingest URL to use it with your live encoder software.
If you are not sure, where you can find these informations, see the Stream Overview to learn more about the stream overview of the nanoStream Cloud/bintu Dashboard.
rtmp://bintu-stream.nanocosmos.de/live/XXXXX-YYYYY
For some live encoder software, you might need to separate the stream url and stream name, e.g.
- RTMP URL:
rtmp://bintu-stream.nanocosmos.de/live
- Stream Name:
XXXXX-YYYYY
Some applications like OBS
use the name Stream Key
instead Stream Name
Configuring the camera and live encoderβ
Codecs:
H264 video
,AAC audio
Video resolution: flexible, e.g. 640Γ480
, 1280Γ720
, 1920Γ1080
Video bitrate: flexible, e.g. 500 kbits/s
, 1 MBit/s
Running the streamβ
After entering the RTMP ingest URL
and stream name
into your live encoder software, you can instantly start the broadcast to nanoStream Cloud / bintu.live.
Play your live streamβ
Play the stream directly in your browser or by inserting the Playout URL into a player application. By using the Web Playout URL
, you will automatically be directed to a web player page based on our unique nanoStream H5Live
low-latency playback technology.
The player URL is different from the Ingest URL! This is to adjust to world regional locations of our worldwide CDN with ingest and playback servers.
The H5Live player is running on a sample page which also shows an embed code to copy to your own web page.
If you want to learn more about the usage of the nanoPlayer, click here to dive into our developer documentation.
Additional featuresβ
Metricsβ
nanoStream Cloud and the unique nanoStream H5Live Player have been designed as an easy to use ultra-low-latency and light-weight live streaming platform. nanoStream Analytics follows the same philosophy. Easy to use, lightweight and focused on delivering our partners the information that makes their business more successful.
nanoStream Cloud Analytics offers a great way to monitor and analyze the performance and quality of service of your live streams.
If you have not created an account yet, you can sign up or reach out to our dedicated sales team via nanocosmos.de/contact or by sending an email to sales(at)nanocosmos.de.
API Accessβ
You can find your bintu API key on the organisation overview page.
Secure Streamingβ
Secure streaming can be done on the ingest side based on rtmps or WebRTC.
For encrypted ingest with rtmps, you can use port 1937 instead 1935.
Example:β
Standard non-encrypted ingest (RTMP): rtmp://bintu-stream.nanocosmos.de:1935/live/STREAM Encrypted ingest (RTMPS): rtmps://bintu-stream.nanocosmos.de:1937/live/STREAM
For secure playback with the nanoStream H5Live Player you need to have your account enabled for playback security. See the h5live secure playback documentation.
Learn more about Secure Playback & Secure Token.