Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 9d2c1b3

Browse files
authored
Rename Fishjam Cloud references to Fishjam (#125)
* Rename Fishjam Cloud references to Fishjam * Fix mdx email * Revert single file across versions
1 parent 1ee4dad commit 9d2c1b3

File tree

6 files changed

+27
-25
lines changed

6 files changed

+27
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> [!IMPORTANT]
22
> This repository is archived.
33
>
4-
> Check out our [new documentation](https://github.com/fishjam-cloud/documentation) for [Fishjam Cloud](https://fishjam.io/).
4+
> Check out our [documentation](https://docs.fishjam.io/) for the new [Fishjam](https://fishjam.io/).
55
66
# Fishjam docs
77

docs/fishjam_cloud.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ id: fishjam_cloud
33
slug: /
44
---
55

6-
# Fishjam goes to the Cloud!
6+
# Fishjam goes to the Cloud
77

8+
After 1.5 years of work we decided to do a pivot and continue the project as [**Fishjam**](https://fishjam.io/) making it also closed source.
89

9-
After 1.5 years of work we decided to do a pivot and continue the project as [**Fishjam Cloud**](https://fishjam.io/) making it also closed source.
10+
Fishjam is now a platform that combines years of experience building multimedia solutions, as well as web and mobile apps. Our goal is to lower the bar for building real-time communication-based products, especially for small and medium-sized companies. With no need to run your own multimedia infrastructure, our first-class SDKs help people focus on providing value to customers rather than fighting with technological obstacles.
1011

11-
Fishjam Cloud is a platform that combines years of experience building multimedia solutions, as well as web and mobile apps. Our goal is to lower the bar for building real-time communication-based products, especially for small and medium-sized companies. With no need to run your own multimedia infrastructure, our first-class SDKs help people focus on providing value to customers rather than fighting with technological obstacles.
12-
13-
Our `fishjam-dev` Github organization will remain public but we won't push there any improvements or bugfixes. If you run your product on Fishjam and these changes affect your business, please contact us via [email protected].
12+
Our `fishjam-dev` Github organization will remain public but we won't push there any improvements or bugfixes. If you run your product on Fishjam and these changes affect your business, please contact us via [[email protected]](mailto:[email protected]).

docs/introduction/what_is_fishjam.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# What is Fishjam?
22

33
Fishjam is an open-source, general-purpose media server that ships with support for multiple media protocols.
4-
It can be thought of as a multimedia bridge meant for creating different types of multimedia systems.
5-
With Fishjam you can easily create a real-time video conferencing system, a broadcasting solution or both at the same time.
6-
The unique feature of our media server is the ability to combine different multimedia protocols.
7-
For example, one can stream video from its CCTV camera via RTSP to the server, convert it to WebRTC and send it to some web application.
8-
In general, there are no limitations.
4+
It can be thought of as a multimedia bridge meant for creating different types of multimedia systems.
5+
With Fishjam you can easily create a real-time video conferencing system, a broadcasting solution or both at the same time.
6+
The unique feature of our media server is the ability to combine different multimedia protocols.
7+
For example, one can stream video from its CCTV camera via RTSP to the server, convert it to WebRTC and send it to some web application.
8+
In general, there are no limitations.
99
See [Example Scenarios](example_scenarios.md) for more information.
1010

1111
Fishjam comes with:
12+
1213
* [built-in authentication](../getting_started/authentication.md)
1314
* [client and server SDKs](../getting_started/sdks.md)
1415
* [server-side notifications](../getting_started/notifications.md)
@@ -21,7 +22,8 @@ Fishjam comes with:
2122
## Supported protocols
2223

2324
Fishjam supports following protocols:
25+
2426
* [WebRTC](../getting_started/peers/webrtc.md) - used for creating real-time video conferencing systems
2527
* [HLS](../getting_started/components/hls.md) - allows for implementing broadcasting solutions
2628
* [RTSP](../getting_started/components/rtsp.md) - very often used for consuming streams from IP cameras
27-
* [SIP](../getting_started/components/sip.md) - used for making VoIP calls
29+
* [SIP](../getting_started/components/sip.md) - used for making VoIP calls

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const config = {
100100
announcementBar: {
101101
id: 'use_fishjam_cloud',
102102
content:
103-
'<h4>Fishjam goes to the Cloud!</h4>After 1.5 years of work we decided to do a pivot and continue the project as <a href="https://fishjam.io/"><strong>Fishjam Cloud</strong></a> making it also closed source.<br />This documentation is no longer maintained.',
103+
'<h4>Fishjam goes to the Cloud!</h4>After 1.5 years of work we decided to do a pivot and continue the project as <a href="https://fishjam.io/"><strong>Fishjam</strong></a> making it also closed source.<br />This documentation is no longer maintained.',
104104
backgroundColor: '#ED716D',
105105
textColor: '#091E42',
106106
isCloseable: false,
@@ -122,7 +122,7 @@ const config = {
122122
},
123123
{
124124
href: 'https://fishjam.io/',
125-
label: 'Fishjam Cloud',
125+
label: 'New Fishjam',
126126
position: 'left',
127127
},
128128
],

versioned_docs/version-0.6.3/fishjam_cloud.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ id: fishjam_cloud
33
slug: /
44
---
55

6-
# Fishjam goes to the Cloud!
6+
# Fishjam goes to the Cloud
77

8+
After 1.5 years of work we decided to do a pivot and continue the project as [**Fishjam**](https://fishjam.io/) making it also closed source.
89

9-
After 1.5 years of work we decided to do a pivot and continue the project as [**Fishjam Cloud**](https://fishjam.io/) making it also closed source.
10+
Fishjam is now a platform that combines years of experience building multimedia solutions, as well as web and mobile apps. Our goal is to lower the bar for building real-time communication-based products, especially for small and medium-sized companies. With no need to run your own multimedia infrastructure, our first-class SDKs help people focus on providing value to customers rather than fighting with technological obstacles.
1011

11-
Fishjam Cloud is a platform that combines years of experience building multimedia solutions, as well as web and mobile apps. Our goal is to lower the bar for building real-time communication-based products, especially for small and medium-sized companies. With no need to run your own multimedia infrastructure, our first-class SDKs help people focus on providing value to customers rather than fighting with technological obstacles.
12-
13-
Our `fishjam-dev` Github organization will remain public but we won't push there any improvements or bugfixes. If you run your product on Fishjam and these changes affect your business, please contact us via [email protected].
12+
Our `fishjam-dev` Github organization will remain public but we won't push there any improvements or bugfixes. If you run your product on Fishjam and these changes affect your business, please contact us via [[email protected]](mailto:[email protected]).
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# What is Fishjam?
22

33
Fishjam is an open-source, general-purpose media server that ships with support for multiple media protocols.
4-
It can be thought of as a multimedia bridge meant for creating different types of multimedia systems.
5-
With Fishjam you can easily create a real-time video conferencing system, a broadcasting solution or both at the same time.
6-
The unique feature of our media server is the ability to combine different multimedia protocols.
7-
For example, one can stream video from its CCTV camera via RTSP to the server, convert it to WebRTC and send it to some web application.
8-
In general, there are no limitations.
4+
It can be thought of as a multimedia bridge meant for creating different types of multimedia systems.
5+
With Fishjam you can easily create a real-time video conferencing system, a broadcasting solution or both at the same time.
6+
The unique feature of our media server is the ability to combine different multimedia protocols.
7+
For example, one can stream video from its CCTV camera via RTSP to the server, convert it to WebRTC and send it to some web application.
8+
In general, there are no limitations.
99
See [Example Scenarios](example_scenarios.md) for more information.
1010

1111
Fishjam comes with:
12+
1213
* [built-in authentication](../getting_started/authentication.md)
1314
* [client and server SDKs](../getting_started/sdks.md)
1415
* [server-side notifications](../getting_started/notifications.md)
@@ -21,7 +22,8 @@ Fishjam comes with:
2122
## Supported protocols
2223

2324
Fishjam supports following protocols:
25+
2426
* [WebRTC](../getting_started/peers/webrtc.md) - used for creating real-time video conferencing systems
2527
* [HLS](../getting_started/components/hls.md) - allows for implementing broadcasting solutions
2628
* [RTSP](../getting_started/components/rtsp.md) - very often used for consuming streams from IP cameras
27-
* [SIP](../getting_started/components/sip.md) - used for making VoIP calls
29+
* [SIP](../getting_started/components/sip.md) - used for making VoIP calls

0 commit comments

Comments
 (0)