A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
}
],
"id": "https://post.lurk.org/users/celesteh/statuses/104371488833961323",
"type": "Note",
"summary": null,
"inReplyTo": "https://post.lurk.org/users/celesteh/statuses/104366754127488388",
"published": "2020-06-19T16:02:12Z",
"url": "https://post.lurk.org/@celesteh/104371488833961323",
"attributedTo": "https://post.lurk.org/users/celesteh",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://post.lurk.org/users/celesteh/followers"
],
"sensitive": false,
"atomUri": "https://post.lurk.org/users/celesteh/statuses/104371488833961323",
"inReplyToAtomUri": "https://post.lurk.org/users/celesteh/statuses/104366754127488388",
"conversation": "tag:post.lurk.org,2020-06-18:objectId=5225965:objectType=Conversation",
"localOnly": false,
"content": "<p>So it looks like what I want to do is:</p><p>Setup ffmpeg on my server such that:<br />* streamers can connect to it</p><p>it takes that stream and:</p><p>* records it<br />* relays the audio+video stream on to a service like getstreamhosting.com or twitch etc<br />* creates an output stream of audio only which also gets relayed on or somehow made available to listeners.</p><p>My server, on which I don't have root, has ffmpeg 3.4.7</p><p>Any documentation anyone knows of would be super appreciated. I'm 90% sure this is possible and not a nightmare.</p>",
"contentMap": {
"en": "<p>So it looks like what I want to do is:</p><p>Setup ffmpeg on my server such that:<br />* streamers can connect to it</p><p>it takes that stream and:</p><p>* records it<br />* relays the audio+video stream on to a service like getstreamhosting.com or twitch etc<br />* creates an output stream of audio only which also gets relayed on or somehow made available to listeners.</p><p>My server, on which I don't have root, has ffmpeg 3.4.7</p><p>Any documentation anyone knows of would be super appreciated. I'm 90% sure this is possible and not a nightmare.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://post.lurk.org/users/celesteh/statuses/104371488833961323/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://post.lurk.org/users/celesteh/statuses/104371488833961323/replies?min_id=104371722678360536&page=true",
"partOf": "https://post.lurk.org/users/celesteh/statuses/104371488833961323/replies",
"items": [
"https://post.lurk.org/users/celesteh/statuses/104371722678360536"
]
}
}
}