Skip to content

English version

daniulive edited this page Oct 19, 2018 · 7 revisions

SmarterStreaming, which is an excellent cross-platform Live Streaming publisher/playback SDK, based on RTMP/RTSP protocol, developed by daniulive.

Currently, it has already covered Windows/android/iOS platform with millisecond latency and great scalability.

For commercial support, please contact [email protected].

Windows publisher/Android publisher/iOS publisher

  • Audio encoding: AAC;
  • Video encoding: H.264;
  • Protocol: RTMP;
  • Different resolution settings;
  • Front and back camera switching(available in android/iOS);
  • Support GOP, FPS, Bit-rate setting;
  • Support RTMP live|record mode setting;
  • Stream adaptive;
  • Software/Hardware encoding;
  • Low latency and automatic network connection.
  • Push audio only;
  • Push video only;
  • real-time mute/un-mute;
  • Support snapshot;
  • Support recorder file to MP4 file;
  • YUV interface before encoding;
  • AAC interface after encoding;
  • H.264 interface after encoding;
  • Could callback encoded H.264/AAC data.

windows player/android player/iOS player

  • Audio decoding: AAC/PCMA/PCMU/Speex;
  • Video decoding: H.264/H.265(hevc);
  • Protocol: RTMP/RTSP;
  • Support RTSP TCP/UDP mode auto-switching;
  • Support RTSP timeout setting;
  • Support buffer time settings;
  • support for customized layout;
  • Multi-mode of audio/video render mechanism;
  • Real-time mute/unmute;
  • Support snapshot;
  • Support recorder file to MP4 file;
  • Support software/hardware decoding;
  • Support YUV/RGB data callback;
  • Support H.264/AAC/PCMA/PCMU/Speex data callback;
  • Perfectly support multi-instance playback(even playback rtmp/rtsp stream at the same time).