Package org.red5.server.jmx.mxbeans
Interface ClientBroadcastStreamMXBean
- All Known Implementing Classes:
ClientBroadcastStream
Represents live stream broadcasted from client. As Flash Media Server, Red5 supports recording mode for live streams, that is, broadcasted stream has broadcast mode. It can be either "live" or "record" and latter causes server-side application to record broadcasted stream.
Note that recorded streams are recorded as FLV files. The same is correct for audio, because NellyMoser codec that Flash Player uses prohibits on-the-fly transcoding to audio formats like MP3 without paying of licensing fee or buying SDK.
This type of stream uses two different pipes for live streaming and recording.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
void
setPublishedName
(String name) void
start()
void
void
stop()
-
Method Details
-
start
void start() -
startPublishing
void startPublishing() -
stop
void stop() -
close
void close() -
saveAs
void saveAs(String name, boolean isAppend) throws IOException, ResourceNotFoundException, ResourceExistException -
getSaveFilename
String getSaveFilename() -
getPublishedName
String getPublishedName() -
setPublishedName
-